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 ?

已提问 2 年前1261 查看次数
1 回答
0
已接受的回答

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

已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则