Skip to content

Commit 0eabfcb

Browse files
committed
README update in amplify-gen2-migration-e2e-system; added FAQ
1 parent 687d035 commit 0eabfcb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

  • packages/amplify-gen2-migration-e2e-system

packages/amplify-gen2-migration-e2e-system/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,20 @@ Error handling with:
303303
- Environment-specific error messages
304304
- Graceful degradation for optional features
305305

306+
## FAQ
307+
308+
### 🛑 The security token included in the request is invalid
309+
Please re-authenticate and get new admin credentials for your working environment
310+
311+
### [ERROR] [CDKAssetPublishError] CDK failed to publish assets ∟ Caused by: [ToolkitError] Failed to publish asset
312+
This is likely a problem with your bootstrap stack in the environment you're deploying to. Please take a look at CDKToolkit in your AWS account.
313+
314+
### Issues with not being able to deploy AppSync APIs
315+
AppSync has a limit of 50 APIs per environment (account/region). Check to see if you have exceeded the limit, and delete the unnecessary ones before trying again.
316+
317+
### Amplify init fails
318+
Consider which `amplify` binary you are using. We recommend building the one in the monorepo and passing it to the tool using `export AMPLIFY_CLI`. Also consider that the maximum number of app allowed by the Amplify console in an environment is 25. Check to see if you have exceeded the limit, and delete the unnecessary ones before trying again.
319+
306320
## License
307321

308322
Apache-2.0

0 commit comments

Comments
 (0)