Your team is implementing a continuous delivery pipeline for a new application to ensure rigorous quality standards are met. To achieve compliance, they must insert a control point that requires a specific reviewer's sign-off before the application is released to the live environment. Which feature should you use to integrate this requirement within your deployment pipeline?
Incorporate a custom Lambda function, triggered to solicit a review from the necessary personnel.
Insert a Manual Approval action within the appropriate stage of your delivery pipeline.
Create prerequisite conditions for progression that halt the process until a team member resolves them.
Define a stage timeout in the pipeline configuration to allow enough time for a manual review.