Currently, I've been receiving this error in Bitbucket.
The pipeline sequence is that
./node_modules/.bin/serverless deploy -s devme) What could be the problem?
What are the reasons why this exception would occur?
The 429 - Too Many Requests Exception means you are getting throttled by API Gateway. You can only make so many requests per second. Anymore than the allowed will result in the 429.
The API Gateway limits can be found here: https://docs.aws.amazon.com/apigateway/latest/developerguide/limits.html#api-gateway-limits
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With