The following code examples show how to use DeleteAlias
.
- AWS CLI
-
To delete an alias of a Lambda function
The following
delete-alias
example deletes the alias namedLIVE
from themy-function
Lambda function.aws lambda delete-alias \ --function-name
my-function
\ --nameLIVE
This command produces no output.
For more information, see Configuring AWS Lambda Function Aliases in the AWS Lambda Developer Guide.
-
For API details, see DeleteAlias
in AWS CLI Command Reference.
-
For a complete list of AWS SDK developer guides and code examples, see Using Lambda with an AWS SDK. This topic also includes information about getting started and details about previous SDK versions.