Throttle API requests for better throughput

  • To prevent your API from being overwhelmed by too many requests, API Gateway throttles requests to your API using the token bucket algorithm, where a token counts for a request.

Last updated

Was this helpful?