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
asked 4 years ago996 views
1 Answer
0
Accepted Answer

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
EXPERT
Uri
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions