Ultimate access to all questions.
A development team has implemented a REST API using Amazon API Gateway, dividing it into two distinct stages: a test stage for test builds and a prod stage for stable builds. Once updates successfully pass the test in the test stage, the team wants to promote these updates to the prod stage.
What is the most efficient solution for achieving this promotion process?