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: $.