Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS AppSync - rate limiting?

Is there a way to rate limit clients easily with AWS AppSync? API Gateway has this, and they're pretty similar services. I'd like to be able to throttle individual clients - so one user can't sit there and bang on the API too hard.

Probably not on the top of my wishlist, but would certainly be nice to have.

like image 502
Michael Economy Avatar asked Feb 22 '18 19:02

Michael Economy


1 Answers

AppSync recently added support for AWS WAF, allowing you to create rate-based rules: https://aws.amazon.com/blogs/mobile/appsync-waf/

Request rate details

like image 141
Steve Sanders Avatar answered Sep 28 '22 06:09

Steve Sanders