examples

module
v0.0.0-...-6c8c873 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2026 License: MIT

README

Route53 Provider Examples

Set up AWS credentials using environment variables:

export AWS_ACCESS_KEY_ID=your-access-key
export AWS_SECRET_ACCESS_KEY=your-secret-key
export AWS_REGION=us-east-1  # optional

Always use fully qualified zone names with a trailing dot (e.g., example.com.)

Examples

List all records:

cd list && go run . example.com.

Create TXT records:

cd createTxt && go run . example.com.

The provider returns typed structs like libdns.Address, libdns.TXT, etc., with specific fields for each record type.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL