How can I whitelist IPs for API Gateway?
As you may know, AWS publishes its current IP address ranges in JSON format. So there is a workaround that you can whitelist the IP CIDR ranges used by API Gateway from the public AWS IP ranges. For example you can download the json file which includes all current IP address ranges of AWS. Then you need to filter the…
Read More »