You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/deploy-and-host/fullstack-branching/monorepos/index.mdx
+3-6
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Amplify Gen 2 supports monorepo workflows for fullstack builds with monorepo too
54
54
└── package.json
55
55
```
56
56
57
-
Monorepos require a slightly different setup. We are going to deploy 3 Amplify apps:
57
+
Monorepos require a slightly different setup. We are going to deploy three separate Amplify apps:
58
58
59
59
1.`my-shared-backend`
60
60
2.`admin-dashboard`
@@ -65,11 +65,8 @@ Monorepos require a slightly different setup. We are going to deploy 3 Amplify a
65
65
The first app, `my-shared-backend`, will be the only app that updates changes to the backend. The other apps will only run frontend builds that point to the shared backend.
66
66
67
67
1. To get started, deploy the shared backend Amplify app. With Gen 2, you can now setup backend-only CI/CD apps. Navigate to the Amplify console and select **Create new app**.
68
-
69
-
1. Once you connect your repository, select your monorepo project. Check the box that says **My app is a monorepo** and enter the path to your amplify backend.
2. Once you connect your repository, select your monorepo project. Check the box that says **My app is a monorepo** and enter the path to your amplify backend.
0 commit comments