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/sandbox-environments/seed/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ The Sandbox Seed feature allows you to populate your Amplify sandbox environment
34
34
35
35
## Setting Up Your Seed Script
36
36
37
-
To use the Sandbox Seed feature, you need to create a seed script. This script will be executed when you deploy your sandbox environment.
37
+
To get started, you need to create a seed script. This script will be executed when you deploy your sandbox environment and execute the `ampx sandbox seed` command.
38
38
39
39
1. Create a folder named `seed` under your `amplify` directory
40
40
2. Create a file named `seed.ts` inside the `seed` folder
@@ -48,7 +48,7 @@ amplify/
48
48
49
49
## Setting up required permissions
50
50
51
-
To seed your sandbox environment, you will need to add the necessary permissions to your sandbox environment. Amplify will generate the necessary permissions which you can attach to your role currently containing `AmplifyBackendDeployFullAccess`.
51
+
In order to seed your sandbox environment you will need to add the necessary permissions to your AWS profile user or execution role. Amplify will generate the necessary permissions which you can attach to your permission set or role containing `AmplifyBackendDeployFullAccess`.
52
52
53
53
1. Have an active sandbox environment deployed. You can deploy your sandbox environment using `npx ampx sandbox`.
54
54
2. Generate the required permissions policy template
0 commit comments