cloudydeno / kubernetes-dns-sync

Manage hosted DNS providers using a Kubernetes control plane
8 stars 0 forks source link

feat(route53): Add a new provider for AWS Route53 #13

Closed danopia closed 2 years ago

danopia commented 2 years ago

Using the Route53 API client from https://aws-api.deno.dev.

Seems pretty straightforward. Similar to Google Cloud in that the API works with recordsets and the rrdata format.

Route53 has a ton of extra features though. I'm going to only support Simple records for now, probably until someone files an issue asking for more.