Lambda And CodeDeploy
- CodeDeploy help you automate traffic shift for Lambda Aliases using multiple strategies
- integrated with AWS SAM
- Strategies
- Linear: grow traffic every N minutes till 100%
Linear10PercentEvery3Minutes
Linear10PercentEvery10Minutes
- Canary: try x% and then 100%
Canary10Percent5Minutes
Canary10Percent30Minutes
- AllAtOnce: immediate
- Linear: grow traffic every N minutes till 100%
- Rollback:
- Create Pre & Post Traffic hooks to check the health of Lambda function