AWS CodeDeploy with Blue/Green (Lambda) Deployment
AWS CodeDeploy provides a seamless way to manage traffic shifting when deploying new versions of AWS Lambda functions. However, CodeDeploy does not deploy the function itself. For function deployment, AWS CodeBuild or CodePipeline should be used.
In ...
codebuild-batch-jobs.hashnode.dev4 min read