Skip to content

Commit 50c5f61

Browse files
committed
adderess suggestions
1 parent 8452767 commit 50c5f61

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/deploy-and-host/sandbox-environments/seed

1 file changed

+2
-2
lines changed

src/pages/[platform]/deploy-and-host/sandbox-environments/seed/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Sandbox Seed feature allows you to populate your Amplify sandbox environment
3434

3535
## Setting Up Your Seed Script
3636

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.
3838

3939
1. Create a folder named `seed` under your `amplify` directory
4040
2. Create a file named `seed.ts` inside the `seed` folder
@@ -48,7 +48,7 @@ amplify/
4848

4949
## Setting up required permissions
5050

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`.
5252

5353
1. Have an active sandbox environment deployed. You can deploy your sandbox environment using `npx ampx sandbox`.
5454
2. Generate the required permissions policy template

0 commit comments

Comments
 (0)