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 Respuesta
0
Respuesta aceptada

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

respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas