APIs.io Engineering Platform · Capability
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.
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