An wrapper library for the Aurora DNS API, written in Go.
- List zones and records
- Add and remove records
- Go >= 1.6
make deps
make build
make test
client, _ := NewAuroraDNSClient(fakeAuroraEndpoint, fakeAuroraDNSUserId, fakeAuroraDNSKey)
zones, err := client.GetZones()
auroradnsclient
is licensed under MPL-2.0 - see the LICENSE file for details