Does AWS API Gateway allows limiting a number of requests from a single IP?
I'm building a public API and would like to prevent it from being abused by establishing a limit on a number of times the API can be called from a single IP address (like 100 requests per minute).
Thanks,