amplify-education / serverless-domain-manager

Serverless plugin for managing custom domains with API Gateways.
MIT License
936 stars 234 forks source link

IPv6 Support | API Gateway #588

Open dverzolla opened 1 year ago

dverzolla commented 1 year ago

Community Note

Support Question

Question I have seen that domain manager creates an AAAA in route53, however API Gateway still does not support IPv6. Is there a way to configure this plugin to make the whole workflow with AWS (cloudfront, api gateway, lambda) to work with IPv6 automatically?

Edit: I saw the option createRoute53IPv6Record, but I actually want to configure ipv6, and not disable it.

dhmw commented 6 months ago

I have been surprised today to find out that my services do not in fact support IPv6 despite the presence of AAAA records created by this plugin. I am looking for a proper solution to this.