Documentation ¶
Overview ¶
Package awsutils provides aws-specific types and functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBackoff = backoff.Backoff{ Min: 1 * time.Second, Max: 10 * time.Second, Factor: 2, Jitter: true, }
DefaultBackoff is an exponential backoff counter with jitter enabled.
Functions ¶
func IsValidRegion ¶
IsValidRegion reports whether a region is a valid aws region identifier.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.