Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Route53Client ¶
type Route53Client interface { GetHostedZoneDomain() (string, error) UpdateRecordSets(changes []*route53.Change) error GetRecords() ([]*route53.ResourceRecordSet, error) }
Route53Client is the public interface
func New ¶
func New(hostedZone string, retries int) Route53Client
New creates a route53 client used to interact with aws
Click to show internal directories.
Click to hide internal directories.