APIs.io Engineering Platform AWS Lambda — 2020 04 22

APIs.io Engineering Platform AWS Lambda — 2020 04 22. 6 operations. Lead operation: 2020 04 22. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform2020 04 22

What You Can Do

POST
Createcodesigningconfig — Creates a code signing configuration. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation
/v1/2020-04-22/code-signing-configs
GET
Listcodesigningconfigs — Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems parameter t
/v1/2020-04-22/code-signing-configs
DELETE
Deletecodesigningconfig — Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.
/v1/2020-04-22/code-signing-configs/{codesigningconfigarn}
GET
Getcodesigningconfig — Returns information about the specified code signing configuration.
/v1/2020-04-22/code-signing-configs/{codesigningconfigarn}
PUT
Updatecodesigningconfig — Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.
/v1/2020-04-22/code-signing-configs/{codesigningconfigarn}
GET
Listfunctionsbycodesigningconfig — List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.
/v1/2020-04-22/code-signing-configs/{codesigningconfigarn}/functions

MCP Tools

creates-code-signing-configuration-href-https

Creates a code signing configuration. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation

read-only
returns-list-href-https-docs-aws-amazon-com-lambda

Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems parameter t

read-only idempotent
deletes-code-signing-configuration-you

Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it.

idempotent
returns-information-about-specified-code

Returns information about the specified code signing configuration.

read-only idempotent
update-code-signing-configuration-changes

Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.

idempotent
list-functions-that-use-specified

List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.

read-only idempotent

Capability Spec

aws-lambda-2020-04-22.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform AWS Lambda — 2020 04 22
  description: 'APIs.io Engineering Platform AWS Lambda — 2020 04 22. 6 operations. Lead operation: 2020 04 22. Self-contained
    Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - 2020 04 22
  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-2020-04-22
    baseUri: http://lambda.{region}.amazonaws.com
    description: APIs.io Engineering Platform AWS Lambda — 2020 04 22 business capability. Self-contained, no shared references.
    resources:
    - name: 2020-04-22-code-signing-configs
      path: /2020-04-22/code-signing-configs/
      operations:
      - name: createcodesigningconfig
        method: POST
        description: 'Creates a code signing configuration. A <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">code
          signing configuration</a> defines a list of allowed signing profiles and defines the code-signing validation '
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listcodesigningconfigs
        method: GET
        description: Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html">code
          signing configurations</a>. A request returns up to 10,000 configurations per call. You can use the <code>MaxItems</code>
          parameter t
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: Maximum number of items to return.
    - name: 2020-04-22-code-signing-configs-CodeSigningConfigArn
      path: /2020-04-22/code-signing-configs/{CodeSigningConfigArn}
      operations:
      - name: deletecodesigningconfig
        method: DELETE
        description: Deletes the code signing configuration. You can delete the code signing configuration only if no function
          is using it.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: CodeSigningConfigArn
          in: path
          type: string
          description: The The Amazon Resource Name (ARN) of the code signing configuration.
          required: true
      - name: getcodesigningconfig
        method: GET
        description: Returns information about the specified code signing configuration.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: CodeSigningConfigArn
          in: path
          type: string
          description: The The Amazon Resource Name (ARN) of the code signing configuration.
          required: true
      - name: updatecodesigningconfig
        method: PUT
        description: Update the code signing configuration. Changes to the code signing configuration take effect the next
          time a user tries to deploy a code package to the function.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: CodeSigningConfigArn
          in: path
          type: string
          description: The The Amazon Resource Name (ARN) of the code signing configuration.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: 2020-04-22-code-signing-configs-CodeSigningConfigArn-functions
      path: /2020-04-22/code-signing-configs/{CodeSigningConfigArn}/functions
      operations:
      - name: listfunctionsbycodesigningconfig
        method: GET
        description: List the functions that use the specified code signing configuration. You can use this method prior to
          deleting a code signing configuration, to verify that no functions are using it.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: CodeSigningConfigArn
          in: path
          type: string
          description: The The Amazon Resource Name (ARN) of the code signing configuration.
          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: Maximum number of items to return.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-lambda-2020-04-22-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform AWS Lambda — 2020 04 22. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/2020-04-22/code-signing-configs
      name: 2020-04-22-code-signing-configs
      description: REST surface for 2020-04-22-code-signing-configs.
      operations:
      - method: POST
        name: createcodesigningconfig
        description: 'Creates a code signing configuration. A <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">code
          signing configuration</a> defines a list of allowed signing profiles and defines the code-signing validation '
        call: aws-lambda-2020-04-22.createcodesigningconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listcodesigningconfigs
        description: Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html">code
          signing configurations</a>. A request returns up to 10,000 configurations per call. You can use the <code>MaxItems</code>
          parameter t
        call: aws-lambda-2020-04-22.listcodesigningconfigs
        with:
          Marker: rest.Marker
          MaxItems: rest.MaxItems
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2020-04-22/code-signing-configs/{codesigningconfigarn}
      name: 2020-04-22-code-signing-configs-codesigningconfigarn
      description: REST surface for 2020-04-22-code-signing-configs-CodeSigningConfigArn.
      operations:
      - method: DELETE
        name: deletecodesigningconfig
        description: Deletes the code signing configuration. You can delete the code signing configuration only if no function
          is using it.
        call: aws-lambda-2020-04-22.deletecodesigningconfig
        with:
          CodeSigningConfigArn: rest.CodeSigningConfigArn
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcodesigningconfig
        description: Returns information about the specified code signing configuration.
        call: aws-lambda-2020-04-22.getcodesigningconfig
        with:
          CodeSigningConfigArn: rest.CodeSigningConfigArn
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecodesigningconfig
        description: Update the code signing configuration. Changes to the code signing configuration take effect the next
          time a user tries to deploy a code package to the function.
        call: aws-lambda-2020-04-22.updatecodesigningconfig
        with:
          CodeSigningConfigArn: rest.CodeSigningConfigArn
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/2020-04-22/code-signing-configs/{codesigningconfigarn}/functions
      name: 2020-04-22-code-signing-configs-codesigningconfigarn-functions
      description: REST surface for 2020-04-22-code-signing-configs-CodeSigningConfigArn-functions.
      operations:
      - method: GET
        name: listfunctionsbycodesigningconfig
        description: List the functions that use the specified code signing configuration. You can use this method prior to
          deleting a code signing configuration, to verify that no functions are using it.
        call: aws-lambda-2020-04-22.listfunctionsbycodesigningconfig
        with:
          CodeSigningConfigArn: rest.CodeSigningConfigArn
          Marker: rest.Marker
          MaxItems: rest.MaxItems
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-lambda-2020-04-22-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform AWS Lambda — 2020 04 22. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: creates-code-signing-configuration-href-https
      description: 'Creates a code signing configuration. A <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html">code
        signing configuration</a> defines a list of allowed signing profiles and defines the code-signing validation '
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-lambda-2020-04-22.createcodesigningconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-list-href-https-docs-aws-amazon-com-lambda
      description: Returns a list of <a href="https://docs.aws.amazon.com/lambda/latest/dg/configuring-codesigning.html">code
        signing configurations</a>. A request returns up to 10,000 configurations per call. You can use the <code>MaxItems</code>
        parameter t
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2020-04-22.listcodesigningconfigs
      with:
        Marker: tools.Marker
        MaxItems: tools.MaxItems
      outputParameters:
      - type: object
        mapping: $.
    - name: deletes-code-signing-configuration-you
      description: Deletes the code signing configuration. You can delete the code signing configuration only if no function
        is using it.
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: aws-lambda-2020-04-22.deletecodesigningconfig
      with:
        CodeSigningConfigArn: tools.CodeSigningConfigArn
      outputParameters:
      - type: object
        mapping: $.
    - name: returns-information-about-specified-code
      description: Returns information about the specified code signing configuration.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2020-04-22.getcodesigningconfig
      with:
        CodeSigningConfigArn: tools.CodeSigningConfigArn
      outputParameters:
      - type: object
        mapping: $.
    - name: update-code-signing-configuration-changes
      description: Update the code signing configuration. Changes to the code signing configuration take effect the next time
        a user tries to deploy a code package to the function.
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aws-lambda-2020-04-22.updatecodesigningconfig
      with:
        CodeSigningConfigArn: tools.CodeSigningConfigArn
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-functions-that-use-specified
      description: List the functions that use the specified code signing configuration. You can use this method prior to
        deleting a code signing configuration, to verify that no functions are using it.
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-2020-04-22.listfunctionsbycodesigningconfig
      with:
        CodeSigningConfigArn: tools.CodeSigningConfigArn
        Marker: tools.Marker
        MaxItems: tools.MaxItems
      outputParameters:
      - type: object
        mapping: $.