limits with API gateway custom authorizer for number of requests

0

Customer is looking to use API Gateway and the custom authorizers functionality. They have concerns that there may be limits in place around custom authorizers that might limit how many requests they can be sending through an API gateway that has a custom authorizer tied to it.

The customer has around 3 million monthly active users but API gateway traffic would be higher.

Are there any limits around the custom authorizer for concurrent requests or any other limits that the customer should be aware of when it comes to determining if custom authorizers can support their customer base? If there are limits around number of requests what are the limits and can they be raised?

AWS
Scott_W
已提問 4 年前檢視次數 1010 次
1 個回答
0
已接受的答案

Lambda authorizer is just like any other function and as such it has the same limits. It has a burst capacity, which can be 500-3000, depending on the region, and it can increase by 500 per minute from that number. It is also limited by the account concurrency (1000 concurrent invocations by default).

profile pictureAWS
專家
Uri
已回答 4 年前

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

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

回答問題指南