Process Flow - API Gateway throttling
Client sends API request
API Gateway receives request
Check current request rate
Rate < Limit
Forward request
Response sent
API Gateway checks the number of requests per second. If below limit, it forwards the request. If limit is reached, it rejects with a throttle error.