-
npm create vite@latest ✅
-
cd my-project ✅
-
npm create amplify@latest ✅
-
npm i ✅
-
npm run dev ✅
-
npx ampx sandbox 🚫
ERROR: This AWS account and region has not been bootstrapped.
Caused By: Is account XXX bootstrapped
Resolution: Runcdk bootstrap aws://{YOUR_ACCOUNT_ID}/{YOUR_REGION}locally to resolve this. -
cdk bootstrap aws://XXX/us-east-2 ✅
⏳ Bootstrapping environment aws://XXX/us-east-2...
Trusted accounts for deployment: (none)
Trusted accounts for lookup: (none)
Using default execution policy of 'arn
iam:
policy/AdministratorAccess'. Pass '--cloudformation-execution-policies' to customize.
✅ Environment aws://XXX/us-east-2 bootstrapped (no changes). -
npx ampx sandbox 🚫
Same error as Step 7
How can I fix this? I can't deploy nor run sandbox