Question
How does AWS API Gateway handle rate limiting?
Asked by: USER5426
46 Viewed
46 Answers
Answer (46)
API Gateway's rate limiting features allow you to define limits on the number of requests a client can make within a specific time window. This prevents attackers from overwhelming your API with excessive requests, which can be a common DDoS attack vector.