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

Blog



This article explains how to add notifications and manual approval gates to AWS CDK Pipelines for improved deployment control and visibility.

  • CDK Pipelines automatically build, test, and deploy CDK applications with self-mutation capabilities
  • NotificationRule construct sends SNS alerts for pipeline events like execution start, failure, success, and approval needs
  • ManualApprovalStep pauses pipeline between pre-production and production stages for stakeholder review
  • Email notifications alert reviewers when pipeline requires approval via SNS topic subscriptions
  • Reviewers can approve or reject changes through AWS Management Console; rejection halts deployment
  • Seven-day approval window; unapproved changes result in pipeline failure status
  • Manual approvals complement automated checks but may delay updates if stakeholders unavailable

This approach enhances deployment safety by combining automated testing with human review gates, reducing production errors while maintaining deployment velocity.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.