Closed danopia closed 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.
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.