A custom Deployment Configuration for a Lambda Deployment Group.
import { LambdaDeploymentConfig } from 'aws-cdk-lib/aws-codedeploy';Or use the module namespace:
import * as codedeploy from 'aws-cdk-lib/aws-codedeploy';
// codedeploy.LambdaDeploymentConfigConfiguration passed to the constructor as LambdaDeploymentConfigProps.
trafficRoutingOptionalTrafficRoutingThe configuration that specifies how traffic is shifted from the 'blue' target group to the 'green' target group during a deployment.
Default: AllAtOnce
BaseDeploymentConfigOptionsdeploymentConfigNameOptionalinherited from BaseDeploymentConfigOptionsstringThe physical, human-readable name of the Deployment Configuration.
Default: - automatically generated name
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codedeploy