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?

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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ