# Packages
Package mock is a generated GoMock package.
# Functions
GetAwsCredentials returns AWS credentials from the environment or from vault.
NewClient returns a new AWS client, that implements the Client interface.
# Structs
Credentials holds the AWS credentials that can be used with awsclient.NewClient.
# Interfaces
Client is a wrapper object for actual AWS SDK clients to allow for easier testing.