APIs.io Engineering Platform AWS Lambda — 2019 09 30

APIs.io Engineering Platform AWS Lambda — 2019 09 30. 5 operations. Lead operation: 2019 09 30. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform2019 09 30

What You Can Do

GET
Getfunctionconcurrency — Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use PutFunctionConcurrency.
/v1/2019-09-30/functions/{functionname}/concurrency
GET
Listprovisionedconcurrencyconfigs — Retrieves a list of provisioned concurrency configurations for a function.
/v1/2019-09-30/functions/{functionname}/provisioned-concurrency-list-all
DELETE
Deleteprovisionedconcurrencyconfig — Deletes the provisioned concurrency configuration for a function.
/v1/2019-09-30/functions/{functionname}/provisioned-concurrency-qualifier
GET
Getprovisionedconcurrencyconfig — Retrieves the provisioned concurrency configuration for a function's alias or version.
/v1/2019-09-30/functions/{functionname}/provisioned-concurrency-qualifier
PUT
Putprovisionedconcurrencyconfig — Adds a provisioned concurrency configuration to a function's alias or version.
/v1/2019-09-30/functions/{functionname}/provisioned-concurrency-qualifier

MCP Tools

returns-details-about-reserved-concurrency

Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use PutFunctionConcurrency.

read-only idempotent
retrieves-list-provisioned-concurrency-configurations

Retrieves a list of provisioned concurrency configurations for a function.

read-only idempotent
deletes-provisioned-concurrency-configuration-function

Deletes the provisioned concurrency configuration for a function.

idempotent
retrieves-provisioned-concurrency-configuration-function-s

Retrieves the provisioned concurrency configuration for a function's alias or version.

read-only idempotent
adds-provisioned-concurrency-configuration-function-s

Adds a provisioned concurrency configuration to a function's alias or version.

idempotent

Capability Spec

aws-lambda-2019-09-30.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform AWS Lambda — 2019 09 30
  description: 'APIs.io Engineering Platform AWS Lambda — 2019 09 30. 5 operations. Lead operation: 2019 09 30. Self-contained
    Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - 2019 09 30
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-lambda-2019-09-30
    baseUri: http://lambda.{region}.amazonaws.com
    description: APIs.io Engineering Platform AWS Lambda — 2019 09 30 business capability. Self-contained, no shared references.
    resources:
    - name: 2019-09-30-functions-FunctionName-concurrency
      path: /2019-09-30/functions/{FunctionName}/concurrency
      operations:
      - name: getfunctionconcurrency
        method: GET
        description: Returns details about the reserved concurrency configuration for a function. To set a concurrency limit
          for a function, use <a>PutFunctionConcurrency</a>.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: FunctionName
          in: path
          type: string
          description: <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function
            name</b> – <code>my-function</code>.</p> </li> <l
          required: true
    - name: 2019-09-30-functions-FunctionName-provisioned-concurrency#List=ALL
      path: /2019-09-30/functions/{FunctionName}/provisioned-concurrency#List=ALL
      operations:
      - name: listprovisionedconcurrencyconfigs
        method: GET
        description: Retrieves a list of provisioned concurrency configurations for a function.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: FunctionName
          in: path
          type: string
          description: <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function
            name</b> – <code>my-function</code>.</p> </li> <l
          required: true
        - name: Marker
          in: query
          type: string
          description: Specify the pagination token that's returned by a previous request to retrieve the next page of results.
        - name: MaxItems
          in: query
          type: integer
          description: Specify a number to limit the number of configurations returned.
        - name: List
          in: query
          type: string
          required: true
    - name: 2019-09-30-functions-FunctionName-provisioned-concurrency#Qualifier
      path: /2019-09-30/functions/{FunctionName}/provisioned-concurrency#Qualifier
      operations:
      - name: deleteprovisionedconcurrencyconfig
        method: DELETE
        description: Deletes the provisioned concurrency configuration for a function.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: FunctionName
          in: path
          type: string
          description: <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function
            name</b> – <code>my-function</code>.</p> </li> <l
          required: true
        - name: Qualifier
          in: query
          type: string
          description: The version number or alias name.
          required: true
      - name: getprovisionedconcurrencyconfig
        method: GET
        description: Retrieves the provisioned concurrency configuration for a function's alias or version.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: FunctionName
          in: path
          type: string
          description: <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function
            name</b> – <code>my-function</code>.</p> </li> <l
          required: true
        - name: Qualifier
          in: query
          type: string
          description: The version number or alias name.
          required: true
      - name: putprovisionedconcurrencyconfig
        method: PUT
        description: Adds a provisioned concurrency configuration to a function's alias or version.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: FunctionName
          in: path
          type: string
          description: <p>The name of the Lambda function.</p> <p class="title"> <b>Name formats</b> </p> <ul> <li> <p> <b>Function
            name</b> – <code>my-function</code>.</p> </li> <l
          required: true
        - name: Qualifier
          in: query
          type: string
          description: The version number or alias name.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-lambda-2019-09-30-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform AWS Lambda — 2019 09 30. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/2019-09-30/functions/{functionname}/concurrency
      name: 2019-09-30-functions-functionname-concurrency
      description: REST surface for 2019-09-30-functions-FunctionName-concurrency.
      operations:
      - method: GET
        name: getfunctionconcurrency
        description: Returns details about the reserved concurrency configuration for a function. To set a concurrency limit
          for a function, use <a>PutFunctionConcurrency</a>.
        call: aws-lambda-2019-09-30.getfunctionconcurrency
        with:
          FunctionName: rest.FunctionName
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2019-09-30/functions/{functionname}/provisioned-concurrency-list-all
      name: 2019-09-30-functions-functionname-provisioned-concurrency-list-all
      description: REST surface for 2019-09-30-functions-FunctionName-provisioned-concurrency#List=ALL.
      operations:
      - method: GET
        name: listprovisionedconcurrencyconfigs
        description: Retrieves a list of provisioned concurrency configurations for a function.
        call: aws-lambda-2019-09-30.listprovisionedconcurrencyconfigs
        with:
          FunctionName: rest.FunctionName
          Marker: rest.Marker
          MaxItems: rest.MaxItems
          List: rest.List
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2019-09-30/functions/{functionname}/provisioned-concurrency-qualifier
      name: 2019-09-30-functions-functionname-provisioned-concurrency-qualifier
      description: REST surface for 2019-09-30-functions-FunctionName-provisioned-concurrency#Qualifier.
      operations:
      - method: DELETE
        name: deleteprovisionedconcurrencyconfig
        description: Deletes the provisioned concurrency configuration for a function.
        call: aws-lambda-2019-09-30.deleteprovisionedconcurrencyconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getprovisionedconcurrencyconfig
        description: Retrieves the provisioned concurrency configuration for a function's alias or version.
        call: aws-lambda-2019-09-30.getprovisionedconcurrencyconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putprovisionedconcurrencyconfig
        description: Adds a provisioned concurrency configuration to a function's alias or version.
        call: aws-lambda-2019-09-30.putprovisionedconcurrencyconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-lambda-2019-09-30-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform AWS Lambda — 2019 09 30. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: returns-details-about-reserved-concurrency
      description: Returns details about the reserved concurrency configuration for a function. To set a concurrency limit
        for a function, use <a>PutFunctionConcurrency</a>.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2019-09-30.getfunctionconcurrency
      with:
        FunctionName: tools.FunctionName
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieves-list-provisioned-concurrency-configurations
      description: Retrieves a list of provisioned concurrency configurations for a function.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2019-09-30.listprovisionedconcurrencyconfigs
      with:
        FunctionName: tools.FunctionName
        Marker: tools.Marker
        MaxItems: tools.MaxItems
        List: tools.List
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-provisioned-concurrency-configuration-function
      description: Deletes the provisioned concurrency configuration for a function.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: aws-lambda-2019-09-30.deleteprovisionedconcurrencyconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieves-provisioned-concurrency-configuration-function-s
      description: Retrieves the provisioned concurrency configuration for a function's alias or version.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2019-09-30.getprovisionedconcurrencyconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
      outputParameters:
      - type: object
        mapping: $.
    - name: adds-provisioned-concurrency-configuration-function-s
      description: Adds a provisioned concurrency configuration to a function's alias or version.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aws-lambda-2019-09-30.putprovisionedconcurrencyconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.