odfdata / webflow-aws

Python code to deploy your Webflow static website in AWS using Cloud Formation.
https://pypi.org/project/webflow-aws/
Apache License 2.0
12 stars 3 forks source link

[FEATURE] Manage different Domain Registrar #6

Open fedecastelli opened 3 years ago

fedecastelli commented 3 years ago

At the moment, the only Domain Registrar supported is AWS Route53.

Find a way to support other Domain Registrar (like Google Domains, GoDaddy, etc) updating the CloudFormation stack and providing the correct outputs (TXT Records for the SSL Certificate and A Record for the CloudFront distribution created)

mgleria commented 1 year ago

Hi there, I'm trying your tool 😃 . Is this supported or not? I'm seeing it as an option marked as [beta] in the documentation but when I execute webflow-aws create-config it tells me "You have to use Route53 to manage your DNS (you need to have a hosted zone already configured)."

fedecastelli commented 1 year ago

at the moment an hosted zone in Route53 is mandatory. The integration with other Domain Registar has not been implemented yet!