# Functions
NewClient creates our client wrapper object for the actual AWS clients we use.
NewClientFromKeys creates our client wrapper object for the actual AWS clients we use.
# Constants
AwsCredsSecretAccessKey is secret key containing AWS Secret Key.
AwsCredsSecretIDKey is secret key containing AWS KeyId.
# Interfaces
Client is a wrapper object for actual AWS SDK clients to allow for easier testing.
# Type aliases
AwsClientBuilderFuncType is function type for building aws client.