How do I assign a static IP to an API in API Gateway?
To be honest, I don’t see a direct way to do so. But there is a workaround to use static IP for API is to introduce a proxy between API Gateway and backend. In this approach you need to assign a static IP address to that proxy and whitelist it on the backend if it is required. This proxy could…
Read More »