Tag: 13. Monitoring

How to add notifications and manual approval to an AWS CDK Pipeline

August 18, 2023 By Mark Otto Off

A deployment pipeline typically comprises several stages such as dev, test, and prod, which ensure that changes undergo testing before reaching the production environment. To improve the reliability and stability of release processes, DevOps teams must review Infrastructure as Code (IaC) changes before applying them in production. As…