APIs.io Engineering Platform AWS Lambda — 2017 10 31

APIs.io Engineering Platform AWS Lambda — 2017 10 31. 2 operations. Lead operation: 2017 10 31. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform2017 10 31

What You Can Do

DELETE
Deletefunctionconcurrency — Removes a concurrent execution limit from a function.
/v1/2017-10-31/functions/{functionname}/concurrency
PUT
Putfunctionconcurrency

Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.

Concurrency settings apply to the function as a whole, including all published versions and the unpublished versi

/v1/2017-10-31/functions/{functionname}/concurrency

MCP Tools

removes-concurrent-execution-limit-function

Removes a concurrent execution limit from a function.

idempotent
p-sets-maximum-number-simultaneous-executions

Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency level.

Concurrency settings apply to the function as a whole, including all published versions and the unpublished versi

idempotent

Capability Spec

aws-lambda-2017-10-31.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform AWS Lambda — 2017 10 31
  description: 'APIs.io Engineering Platform AWS Lambda — 2017 10 31. 2 operations. Lead operation: 2017 10 31. Self-contained
    Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - 2017 10 31
  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-2017-10-31
    baseUri: http://lambda.{region}.amazonaws.com
    description: APIs.io Engineering Platform AWS Lambda — 2017 10 31 business capability. Self-contained, no shared references.
    resources:
    - name: 2017-10-31-functions-FunctionName-concurrency
      path: /2017-10-31/functions/{FunctionName}/concurrency
      operations:
      - name: deletefunctionconcurrency
        method: DELETE
        description: Removes a concurrent execution limit from 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: putfunctionconcurrency
        method: PUT
        description: <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that
          concurrency level.</p> <p>Concurrency settings apply to the function as a whole, including all published versions
          and the unpublished versi
        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: 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-2017-10-31-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform AWS Lambda — 2017 10 31. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/2017-10-31/functions/{functionname}/concurrency
      name: 2017-10-31-functions-functionname-concurrency
      description: REST surface for 2017-10-31-functions-FunctionName-concurrency.
      operations:
      - method: DELETE
        name: deletefunctionconcurrency
        description: Removes a concurrent execution limit from a function.
        call: aws-lambda-2017-10-31.deletefunctionconcurrency
        with:
          FunctionName: rest.FunctionName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putfunctionconcurrency
        description: <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that
          concurrency level.</p> <p>Concurrency settings apply to the function as a whole, including all published versions
          and the unpublished versi
        call: aws-lambda-2017-10-31.putfunctionconcurrency
        with:
          FunctionName: rest.FunctionName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-lambda-2017-10-31-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform AWS Lambda — 2017 10 31. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: removes-concurrent-execution-limit-function
      description: Removes a concurrent execution limit from a function.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: aws-lambda-2017-10-31.deletefunctionconcurrency
      with:
        FunctionName: tools.FunctionName
      outputParameters:
      - type: object
        mapping: $.
    - name: p-sets-maximum-number-simultaneous-executions
      description: <p>Sets the maximum number of simultaneous executions for a function, and reserves capacity for that concurrency
        level.</p> <p>Concurrency settings apply to the function as a whole, including all published versions and the unpublished
        versi
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aws-lambda-2017-10-31.putfunctionconcurrency
      with:
        FunctionName: tools.FunctionName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.