AWS Lambda · Capability

AWS Lambda API — Function URL

AWS Lambda API — Function URL. 4 operations. Lead operation: Aws Lambda Get Function Url Configuration. Self-contained Naftiko capability covering one Aws Lambda business surface.

Run with Naftiko Aws LambdaFunction URL

What You Can Do

GET
Getfunctionurlconfig — Aws Lambda Get Function Url Configuration
/v1/2021-10-31/functions/{functionname}/url
POST
Createfunctionurlconfig — Aws Lambda Create a Function Url
/v1/2021-10-31/functions/{functionname}/url
PUT
Updatefunctionurlconfig — Aws Lambda Update a Function Url
/v1/2021-10-31/functions/{functionname}/url
DELETE
Deletefunctionurlconfig — Aws Lambda Delete a Function Url
/v1/2021-10-31/functions/{functionname}/url

MCP Tools

aws-lambda-get-function-url

Aws Lambda Get Function Url Configuration

read-only idempotent
aws-lambda-create-function-url

Aws Lambda Create a Function Url

aws-lambda-update-function-url

Aws Lambda Update a Function Url

idempotent
aws-lambda-delete-function-url

Aws Lambda Delete a Function Url

idempotent

Capability Spec

aws-lambda-function-url.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AWS Lambda API — Function URL
  description: 'AWS Lambda API — Function URL. 4 operations. Lead operation: Aws Lambda Get Function Url Configuration. Self-contained
    Naftiko capability covering one Aws Lambda business surface.'
  tags:
  - Aws Lambda
  - Function URL
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AWS_LAMBDA_API_KEY: AWS_LAMBDA_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-lambda-function-url
    baseUri: https://lambda.{region}.amazonaws.com
    description: AWS Lambda API — Function URL business capability. Self-contained, no shared references.
    resources:
    - name: 2021-10-31-functions-FunctionName-url
      path: /2021-10-31/functions/{FunctionName}/url
      operations:
      - name: getfunctionurlconfig
        method: GET
        description: Aws Lambda Get Function Url Configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createfunctionurlconfig
        method: POST
        description: Aws Lambda Create a Function Url
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatefunctionurlconfig
        method: PUT
        description: Aws Lambda Update a Function Url
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deletefunctionurlconfig
        method: DELETE
        description: Aws Lambda Delete a Function Url
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AWS_LAMBDA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-lambda-function-url-rest
    port: 8080
    description: REST adapter for AWS Lambda API — Function URL. 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: GET
        name: getfunctionurlconfig
        description: Aws Lambda Get Function Url Configuration
        call: aws-lambda-function-url.getfunctionurlconfig
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createfunctionurlconfig
        description: Aws Lambda Create a Function Url
        call: aws-lambda-function-url.createfunctionurlconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatefunctionurlconfig
        description: Aws Lambda Update a Function Url
        call: aws-lambda-function-url.updatefunctionurlconfig
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletefunctionurlconfig
        description: Aws Lambda Delete a Function Url
        call: aws-lambda-function-url.deletefunctionurlconfig
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-lambda-function-url-mcp
    port: 9090
    transport: http
    description: MCP adapter for AWS Lambda API — Function URL. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: aws-lambda-get-function-url
      description: Aws Lambda Get Function Url Configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-lambda-function-url.getfunctionurlconfig
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-lambda-create-function-url
      description: Aws Lambda Create a Function Url
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: aws-lambda-function-url.createfunctionurlconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-lambda-update-function-url
      description: Aws Lambda Update a Function Url
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: aws-lambda-function-url.updatefunctionurlconfig
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: aws-lambda-delete-function-url
      description: Aws Lambda Delete a Function Url
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: aws-lambda-function-url.deletefunctionurlconfig
      outputParameters:
      - type: object
        mapping: $.