Lambda And CodeDeploy

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