July 2017
Intermediate to advanced
402 pages
9h 38m
English
As we saw in this chapter, pipelines are composed of stages. In CodePipeline, stages are characterized by their categories. We have explored three categories so far: source, deploy, and test. In order to add that confirmation step to deploy to production, we will use a new category called approval.
Approval actions offer a number of configuration options to get notifications when a job is pending approval. In order best to demonstrate it, we are going to create a new SNS topic and subscribe to it. SNS, as you might remember from Chapter 3, Treating Your Infrastructure As Code, is the Simple Notification Service that we used to create monitoring for our infrastructure.
We are going to use the ...
Read now
Unlock full access