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
已提問 3 個月前檢視次數 201 次
1 個回答
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
專家
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南