amplify-category-api
amplify-category-api copied to clipboard
amplify push failed with Too Many Requests error
How did you install the Amplify CLI?
yarn
If applicable, what version of Node.js are you using?
v20.12.2
Amplify CLI Version
12.14.3
What operating system are you using?
mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
Describe the bug
Hi,
We are not able to deploy our project anymore. We have update our GraphQL schema (add some tables). During "amplify push" CloudFormation failed to update the stack with following error: Too Many Requests (Service: AppSync, Status Code: 429, Request ID: ff83079c-06e2-4015-9beb-39641616f185)" (RequestToken: 50759b9e-1c38-ad42-8951-b7f1c3e02962, HandlerErrorCode: GeneralServiceException)
Is there a way to reduce the number of requests send to AppSync during Stack update ?
thanks for your help
Expected behavior
Reproduction steps
Project Identifier
Project Identifier: ed57bb8a46476511162afa8497d78147
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
- [x] I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- [x] I have removed any sensitive information from my code snippets and submission.