AWS Lambda Skill
amazonaws-com-lambda
amazonaws-com-lambda
| Method | Path | Description |
|---|---|---|
POST | /2018-10-31/layers/{LayerName}/versions/{VersionNumber}/policy | |
POST | /2015-03-31/functions/{FunctionName}/policy | Adds permissions to the resource-based policy of a version of an Lambda layer. Use this action to grant layer usage permission to other accounts. You can grant permission to a sin... |
POST | /2015-03-31/functions/{FunctionName}/aliases | Grants an Amazon Web Servicesservice, Amazon Web Services account, or Amazon Web Services organization permission to use a function. You can apply the policy at the function level... |
POST | /2020-04-22/code-signing-configs/ | Creates an alias for a Lambda function version. Use aliases to provide clients with a function identifier that you can update to invoke a different version. You can also map an al... |
POST | /2015-03-31/event-source-mappings/ | Creates a code signing configuration. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if... |
POST | /2015-03-31/functions | Creates a mapping between an event source and an Lambda function. Lambda reads items from the event source and invokes the function. For details about how to configure different e... |
POST | /2021-10-31/functions/{FunctionName}/url | Creates a Lambda function. To create a function, you need a deployment package and an execution role. The deployment package is a .zip file archive or container image that contain... |
DELETE | /2015-03-31/functions/{FunctionName}/aliases/{Name} | 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. |
DELETE | /2020-04-22/code-signing-configs/{CodeSigningConfigArn} | Deletes a Lambda function alias. |
DELETE | /2015-03-31/event-source-mappings/{UUID} | Deletes the code signing configuration. You can delete the code signing configuration only if no function is using it. |
DELETE | /2015-03-31/functions/{FunctionName} | Deletes an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings. When you delete an event source mapping, it enters a Deleting... |
DELETE | /2020-06-30/functions/{FunctionName}/code-signing-config | Deletes a Lambda function. To delete a specific function version, use the Qualifier parameter. Otherwise, all versions and aliases are deleted. This doesn't require the user to ha... |
DELETE | /2017-10-31/functions/{FunctionName}/concurrency | Removes the code signing configuration from the function. |
DELETE | /2019-09-25/functions/{FunctionName}/event-invoke-config | Removes a concurrent execution limit from a function. |
DELETE | /2021-10-31/functions/{FunctionName}/url | Deletes the configuration for asynchronous invocation for a function, version, or alias. To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig. |
DELETE | /2018-10-31/layers/{LayerName}/versions/{VersionNumber} | 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. |
DELETE | /2019-09-30/functions/{FunctionName}/provisioned-concurrency | Deletes a version of an Lambda layer. Deleted versions can no longer be viewed or added to functions. To avoid breaking functions, a copy of the version remains in Lambda until no... |
GET | /2016-08-19/account-settings/ | Deletes the provisioned concurrency configuration for a function. |
GET | /2015-03-31/functions/{FunctionName}/aliases/{Name} | Retrieves details about your account's limits and usage in an Amazon Web Services Region. |
GET | /2020-04-22/code-signing-configs/{CodeSigningConfigArn} | Returns details about a Lambda function alias. |
GET | /2015-03-31/event-source-mappings/{UUID} | Returns information about the specified code signing configuration. |
GET | /2015-03-31/functions/{FunctionName} | Returns details about an event source mapping. You can get the identifier of a mapping from the output of ListEventSourceMappings. |
GET | /2020-06-30/functions/{FunctionName}/code-signing-config | Returns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes. If you specify a function version, only det... |
GET | /2019-09-30/functions/{FunctionName}/concurrency | Returns the code signing configuration for the specified function. |
GET | /2015-03-31/functions/{FunctionName}/configuration | Returns details about the reserved concurrency configuration for a function. To set a concurrency limit for a function, use PutFunctionConcurrency. |
GET | /2019-09-25/functions/{FunctionName}/event-invoke-config | Returns the version-specific settings of a Lambda function or version. The output includes only options that can vary between versions of a function. To modify these settings, use... |
GET | /2024-08-31/functions/{FunctionName}/recursion-config | Retrieves the configuration for asynchronous invocation for a function, version, or alias. To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig. |
GET | /2021-10-31/functions/{FunctionName}/url | Returns your function's recursive loop detection configuration. |
GET | /2018-10-31/layers/{LayerName}/versions/{VersionNumber} | Returns details about a Lambda function URL. |
GET | /2018-10-31/layers?find=LayerVersion | Returns information about a version of an Lambda layer, with a link to download the layer archive that's valid for 10 minutes. |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install amazonaws-com-lambda
Downloads and installs to ~/.claude/skills/amazonaws-com-lambda/
2015-03-31 (2026-02-13)