serverless-domain-manager
serverless-domain-manager copied to clipboard
API gateway does not support IP v6
trafficstars
This plugin creates an AAAA record in route 53, but API gateway does not support IP v6 so this record cannot be resolved properly.
(So should not create an AAAA record)
Hi @isaacl
In the latest version of the plugin, we have createRoute53IPv6Record which you can use to disable IP v6 creation.
Closing it and feel free to open a new one in case any issue