Amazon CodeDeploy · Example Payload

Amazon Codedeploy Lambda Function Info Example

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Amazon Codedeploy Lambda Function Info Example is an example object payload from Amazon CodeDeploy, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

functionNamefunctionAliascurrentVersiontargetVersiontargetVersionWeight

Example Payload

Raw ↑
{
  "functionName": "example-resource",
  "functionAlias": "example-value",
  "currentVersion": "1.0.0",
  "targetVersion": "1.0.0",
  "targetVersionWeight": "1.0.0"
}