App hosted on Amplify getting HTTP 429 "Too many Requests" error

0

Our App hosted on Amplify getting HTTP 429 "Too many Requests" error. Where can we check the throttling limit set and how to increase.

Madhavi
preguntada hace 3 meses201 visualizaciones
1 Respuesta
0

Hi,

AWS Amplify uses AWS API Gateway: https://medium.com/rahasak/build-serverless-application-with-aws-amplify-aws-api-gateway-aws-lambda-and-cognito-auth-a8606b9cb025

http 429 is a standard http error meaning too many requests: https://kinsta.com/knowledgebase/429-too-many-requests/ (it provides also details on why Wordpress may return 429

So, I would try to check for the problem in the API gtateway, which is part of your Amplify implementation, by following: https://repost.aws/knowledge-center/api-gateway-429-limit

All in all, you may have to resolve by extendiing your API Gateway quota, as describe in KC article.

Best,

Didier

profile pictureAWS
EXPERTO
respondido hace 3 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas