Lambda Canary Based Deployment Using CodePipeline, CodeDeploy, and SAM

Duleendra Shashimal
Towards AWS
Published in
3 min readMar 26, 2022

--

Canary Based Deployment

In this post, I will show you how we can deploy an AWS Lambda function using the “canary-based” deployment strategy.

The “canary-based” deployment helps to deploy a Lambda function gradually. With this approach, we can test the new version with some production traffic and roll…

--

--