Skip to main content
eliasbrange.dev

All posts

Displaying posts 21-24 out of 24.





Auto-approve CodePipeline with Lambda

| #AWS #CI/CD

CodePipeline by AWS is a great tool for setting up Continuous Delivery (or Deployment). It can, as an example, be used to automatically deploy your CloudFormation stacks to different environments on every push to your VCS. Chaining multiple stacks in a CodePipeline stage is easy and allows you to have one central view where you can see the status of your current release as it progresses through different stages.