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回答
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ