1 aws-cli/awscli/examples/lambda/delete-function.rst at develop · allisaurus/aws-cli · GitHub
Skip to content

Latest commit

 

History

History
executable file
·
10 lines (6 loc) · 402 Bytes

File metadata and controls

executable file
·
10 lines (6 loc) · 402 Bytes

To delete a Lambda function

The following delete-function example deletes the Lambda function named my-function.

aws lambda delete-function \
    --function-name my-function

This command produces no output.

For more information, see AWS Lambda Function Configuration in the AWS Lambda Developer Guide.