A deployment pipeline typically comprises several stages such as dev, test, and prod, which ensure that changes undergo testing before reaching the production environment. Notifications keep development teams and stakeholders informed in real-time about updates and changes to deployment status within release pipelines.

In this blog post, we describe how to set up notifications and add a manual approval stage to https://aws.amazon.com/cdk/(AWS CDK) Pipeline.

It is important to consider any potential drawbacks before integrating a manual approval process into a CDK pipeline.

Adding notifications and manual approval to CDK Pipelines provides better visibility and control over the changes made to the pipeline environment.

Related Articles