Data Source: aws_lambda_alias

Provides information about a Lambda Alias.

Example Usage

data "aws_lambda_alias" "production" {
  function_name = "my-lambda-func"
  name          = "production"
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: