Registry / networking / libdns-route53

libdns-route53

JSON →
library1.6.2gogounverified

A libdns provider for Amazon Route53 DNS.

go get github.com/libdns/route53
INSTALL
IMPORT
SIG · LIBDNS-ROUTE53
L
libdns-route53
networkinggov1.6.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

route53
github.com/libdns/route53

List DNS records for a zone using Route53 provider

package main import ( "context" "fmt" "github.com/libdns/route53" ) func main() { p := &route53.Provider{} records, err := p.GetRecords(context.TODO(), "example.com") if err != nil { panic(err) } fmt.Println(records) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
libdns-route53 — go get libdns-route53 · libregistry