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 Antwort
0
Akzeptierte Antwort

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

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen