/cdk-canary-deployments

A demo project showing how to implement code deploy canary deployments with a stack that is deployed with a non AWS CI/CD pipeline.

Primary LanguageTypeScript

Lambda Canary Deployments with CodeDeploy using the CDK

This repository contains an example of implementing CDK L4 Constructs to perform advanced deployments using AWS CodeDeploy.

The repository contains the CDK logic to deploy a Product API with create product endpoint using AWS API Gateway and AWS Lambda.

This repository accompanies the Lambda Canary Deployments with CodeDeploy using the CDK blog post.