Reputation: 386
I'm starting to think it's not, but is it at all possible to have an aws api gateway resolve its forwarding requests using a private route53 hosted dns zone?
Cheers
Upvotes: 1
Views: 1013
Reputation: 386
Yeah, you definitely can't at this time. Closest you can get is using lambda to proxy the request like so https://aws.amazon.com/blogs/compute/nodejs-packages-in-lambda/
Upvotes: 1