sTywin / dyndns53

Implementation of dyndns2 dynamic DNS protocol for AWS Lambda, API Gateway, and Route 53
MIT License
66 stars 25 forks source link

CDK-ify the configuration. #12

Open rotinom opened 2 years ago

rotinom commented 2 years ago

I've started the process, but wanted to open up a dialog to updating this to a CDK solution. TLDR, set up cdk, set a few env variables, create initial hosted zone, and everything else is done auto-magically.

Thoughts?