BrightEyed
BrightEyed

Reputation: 386

resolve queries using using a route 53 private hosted zone from aws api gateway

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

Answers (2)

Danilo Breda
Danilo Breda

Reputation: 1122

UPDATE: Its possible now with VpcLink on AWS Api Gateway.

Upvotes: 1

BrightEyed
BrightEyed

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

Related Questions