API Gateway Rate Limiting with JWT Token

877 Views Asked by At

Can I create token base rate limiting for my API Gateway so that different users have different limits?

AWS cognito is used to issue the tokens.

1

There are 1 best solutions below

1
Shreyas M Kaushik On

You are mostly speaking about limiting access to your API based on different users. You can use "usage plans" in API Gateway to limit users accessing APIs by providing different API keys associated with different usage plans. Read more here: API Gateway Usage Plans