awsutils

package
v0.1.0-alpha Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2021 License: MIT Imports: 2 Imported by: 0

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

func IsValidRegion(region string) bool

IsValidRegion reports whether a region is a valid aws region identifier.

Types

This section is empty.

Jump to

Keyboard shortcuts

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