LambdaFunctionInfo - AWS CodeDeploy
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

LambdaFunctionInfo

Information about a Lambda function specified in a deployment.

Contents

currentVersion

The version of a Lambda function that production traffic points to.

Type: String

Required: No

functionAlias

The alias of a Lambda function. For more information, see AWS Lambda Function Aliases in the AWS Lambda Developer Guide.

Type: String

Required: No

functionName

The name of a Lambda function.

Type: String

Required: No

targetVersion

The version of a Lambda function that production traffic points to after the Lambda function is deployed.

Type: String

Required: No

targetVersionWeight

The percentage of production traffic that the target version of a Lambda function receives.

Type: Double

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: