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]/start/migrate-to-gen2/index.mdx
+6-5
Original file line number
Diff line number
Diff line change
@@ -277,17 +277,18 @@ In order to execute the migration you will need to first deploy the Amplify Gen
277
277
278
278
**Testers Only**
279
279
280
-
Deploy a new Amplify App with your repository and selectthe`migrate` branch.
280
+
- Deploy a new Amplify App with your repository and selectthe`migrate` branch.
281
281
282
282
<Video src="/images/gen2/getting-started/react/deploy.mp4" description="Video - Deploy the starter app" />
283
283
284
+
- Create a [environment variable](/[platform]/deploy-and-host/fullstack-branching/secrets-and-vars/#set-environment-variables) `AMPLIFY_GEN_1_ENV_NAME` with the name of your Gen 1 environment as the value.
285
+
284
286
</Callout>
285
287
286
288
Next, make a note of the stack name of your Gen 2 backend, you can find this in the build logs or the CloudFormation stack console:
287
-
288
-
1. Open the [CloudFormation stack console](https://console.aws.amazon.com/cloudformation/).
289
-
2. Find the stack with the Amplify AppID. The name should be in the format `amplify-<app-id>-<branch-name>-<random-id>`
290
-
3. Make a note of the stack name.
289
+
- Open the [CloudFormation stack console](https://console.aws.amazon.com/cloudformation/).
290
+
- Find the stack with the Amplify AppID. The name should be in the format `amplify-<app-id>-<branch-name>-<random-id>`
291
+
- Make a note of the stack name.
291
292
292
293
{/* picture of amplify console connecting new `migrate` branch */}
0 commit comments