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 5 years ago