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.
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.
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