DEV Community

architec
architec

Posted on • Updated on

AWS Cloud Quest: Continuous Delivery Pipeline Study Note

This is the DIY challenge of the Continuous Delivery Pipeline in AWS Cloud Quest.

Image description

DIY Steps:

  1. Edit sam-app-pipeline CodePipeline
  2. Add stage between Build and Deploy
  3. Add Manual_Approval stage Image description
  4. Save -> Release change

Top comments (1)

Collapse
 
brandon_winnaar profile image
Brandon Winnaar

You also need to add an action (+Add action), called 'Manual Approval' to the newly added action group, before saving or you will receive an error.