CodeDeploy

aws-cdk

Using AWS CodeDeploy Lambda Linear Deployment in CDK

This repo contains a reference architecture for using CodeDeploy linear deployment to incrementally shift traffic from an old Lambda version to a new one. This is commonly referred to a Blue/Green deployment and allows a new version to be tested with a small amount of traffic before being released to all users.

Read