Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion src/pages/[platform]/start/account-setup/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,17 @@ sso_region = <your-region>
sso_registration_scopes = sso:account:access
```

### 5. Bootstrap your AWS account
### 5. Create the amplify project

Now you are ready to create the amplify project locally.

```bash title="Terminal" showLineNumber={false}
npm create amplify@latest
```

This may run several minutes. After this finishes, you are ready to bootstrap your AWS account

### 6. Bootstrap your AWS account

Now you are ready to use this AWS profile with AWS Amplify. Open your Amplify project and start the sandbox. If you have multiple local profiles or named your profile something other than `default`, you can specify a profile with `--profile`.

Expand Down