With AWS API Gateway, is there a way to send a request through a corporate proxy? Let's say that I have a service that will only accept traffic sourced from http://proxy.my-proxy.domain.com:8000
.
If the above is not possible, is there a way to send requests with an IP from my VPC CIDR?
- NOTE - This is a private API Gateway with all VPC-E configured correctly.
- NOTE - As I am merely a simpleton, I do not have privileges to modify this proxy.
- NOTE - I'd rather not use lambda (if possible)