APIs.io Engineering Platform AWS Lambda — 2021 10 31

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

Run with Naftiko Engineering Platform2021 10 31

What You Can Do

POST
Createfunctionurlconfig — Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated HTTP(S) endpoint that you can use to invoke your function.
/v1/2021-10-31/functions/{functionname}/url
DELETE
Deletefunctionurlconfig — Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function URL results in a different URL address.
/v1/2021-10-31/functions/{functionname}/url
GET
Getfunctionurlconfig — Returns details about a Lambda function URL.
/v1/2021-10-31/functions/{functionname}/url
PUT
Updatefunctionurlconfig — Updates the configuration for a Lambda function URL.
/v1/2021-10-31/functions/{functionname}/url
GET
Listfunctionurlconfigs — Returns a list of Lambda function URLs for the specified function.
/v1/2021-10-31/functions/{functionname}/urls

MCP Tools

creates-lambda-function-url-specified

Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated HTTP(S) endpoint that you can use to invoke your function.

deletes-lambda-function-url-when

Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function URL results in a different URL address.

idempotent
returns-details-about-lambda-function

Returns details about a Lambda function URL.

read-only idempotent
updates-configuration-lambda-function-url

Updates the configuration for a Lambda function URL.

idempotent
returns-list-lambda-function-urls

Returns a list of Lambda function URLs for the specified function.

read-only idempotent

Capability Spec

aws-lambda-2021-10-31.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform AWS Lambda — 2021 10 31
  description: 'APIs.io Engineering Platform AWS Lambda — 2021 10 31. 5 operations. Lead operation: 2021 10 31. Self-contained
    Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - 2021 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-2021-10-31
    baseUri: http://lambda.{region}.amazonaws.com
    description: APIs.io Engineering Platform AWS Lambda — 2021 10 31 business capability. Self-contained, no shared references.
    resources:
    - name: 2021-10-31-functions-FunctionName-url
      path: /2021-10-31/functions/{FunctionName}/url
      operations:
      - name: createfunctionurlconfig
        method: POST
        description: Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated
          HTTP(S) endpoint that you can use to invoke your 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 alias name.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletefunctionurlconfig
        method: DELETE
        description: Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function
          URL results in a different URL address.
        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 alias name.
      - name: getfunctionurlconfig
        method: GET
        description: Returns details about a Lambda function URL.
        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 alias name.
      - name: updatefunctionurlconfig
        method: PUT
        description: Updates the configuration for a Lambda function URL.
        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 alias name.
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: 2021-10-31-functions-FunctionName-urls
      path: /2021-10-31/functions/{FunctionName}/urls
      operations:
      - name: listfunctionurlconfigs
        method: GET
        description: Returns a list of Lambda function URLs for the specified 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: The maximum number of function URLs to return in the response. Note that <code>ListFunctionUrlConfigs</code>
            returns a maximum of 50 items in each response, eve
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-lambda-2021-10-31-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform AWS Lambda — 2021 10 31. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/2021-10-31/functions/{functionname}/url
      name: 2021-10-31-functions-functionname-url
      description: REST surface for 2021-10-31-functions-FunctionName-url.
      operations:
      - method: POST
        name: createfunctionurlconfig
        description: Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated
          HTTP(S) endpoint that you can use to invoke your function.
        call: aws-lambda-2021-10-31.createfunctionurlconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletefunctionurlconfig
        description: Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function
          URL results in a different URL address.
        call: aws-lambda-2021-10-31.deletefunctionurlconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getfunctionurlconfig
        description: Returns details about a Lambda function URL.
        call: aws-lambda-2021-10-31.getfunctionurlconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatefunctionurlconfig
        description: Updates the configuration for a Lambda function URL.
        call: aws-lambda-2021-10-31.updatefunctionurlconfig
        with:
          FunctionName: rest.FunctionName
          Qualifier: rest.Qualifier
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2021-10-31/functions/{functionname}/urls
      name: 2021-10-31-functions-functionname-urls
      description: REST surface for 2021-10-31-functions-FunctionName-urls.
      operations:
      - method: GET
        name: listfunctionurlconfigs
        description: Returns a list of Lambda function URLs for the specified function.
        call: aws-lambda-2021-10-31.listfunctionurlconfigs
        with:
          FunctionName: rest.FunctionName
          Marker: rest.Marker
          MaxItems: rest.MaxItems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-lambda-2021-10-31-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform AWS Lambda — 2021 10 31. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: creates-lambda-function-url-specified
      description: Creates a Lambda function URL with the specified configuration parameters. A function URL is a dedicated
        HTTP(S) endpoint that you can use to invoke your function.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-lambda-2021-10-31.createfunctionurlconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-lambda-function-url-when
      description: Deletes a Lambda function URL. When you delete a function URL, you can't recover it. Creating a new function
        URL results in a different URL address.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: aws-lambda-2021-10-31.deletefunctionurlconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-details-about-lambda-function
      description: Returns details about a Lambda function URL.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2021-10-31.getfunctionurlconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
      outputParameters:
      - type: object
        mapping: $.
    - name: updates-configuration-lambda-function-url
      description: Updates the configuration for a Lambda function URL.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aws-lambda-2021-10-31.updatefunctionurlconfig
      with:
        FunctionName: tools.FunctionName
        Qualifier: tools.Qualifier
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-list-lambda-function-urls
      description: Returns a list of Lambda function URLs for the specified function.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2021-10-31.listfunctionurlconfigs
      with:
        FunctionName: tools.FunctionName
        Marker: tools.Marker
        MaxItems: tools.MaxItems
      outputParameters:
      - type: object
        mapping: $.