APIs.io Engineering Platform · Capability
APIs.io Engineering Platform AWS Lambda — 2020 06 30
APIs.io Engineering Platform AWS Lambda — 2020 06 30. 3 operations. Lead operation: 2020 06 30. Self-contained Naftiko capability covering one Engineering Platform business surface.
What You Can Do
DELETE
Deletefunctioncodesigningconfig
— Removes the code signing configuration from the function.
/v1/2020-06-30/functions/{functionname}/code-signing-config
GET
Getfunctioncodesigningconfig
— Returns the code signing configuration for the specified function.
/v1/2020-06-30/functions/{functionname}/code-signing-config
PUT
Putfunctioncodesigningconfig
— Update the code signing configuration for the function. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.
/v1/2020-06-30/functions/{functionname}/code-signing-config
MCP Tools
removes-code-signing-configuration-function
Removes the code signing configuration from the function.
idempotent
returns-code-signing-configuration-specified
Returns the code signing configuration for the specified function.
read-only
idempotent
update-code-signing-configuration-function
Update the code signing configuration for the function. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.
idempotent