How do we make different stages like dev, pre-prod and prod in amplify ?

0

I have react application which i integrated into amplify. The amplify created one amplifyapp domain, which is using the production configuration (some of the debug settings are not visible). How do we make the front end CI/CD pipeline for react application using amplify with dev (with dev settings), pre-prod and prod stages ?

1 Answer
0
Accepted Answer

You can accomplish setting up pre-prod and prod stages by following the team environments pattern seen in this link - https://docs.amplify.aws/cli/teams/overview/.

Enabling a setup with separate domains for each branch as seen below.

https://docs.aws.amazon.com/amplify/latest/userguide/team-workflows-with-amplify-cli-backend-environments.html

https://docs.aws.amazon.com/amplify/latest/userguide/multi-environments.html

answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions