# README
Internal Package
Any packages that should not be externally accessible go here!
# Functions
Assert fails the test if the condition is false.
CreateAwsSession - create an AWS session.
Equals fails the test if exp is not equal to act.
HasError fails the test if an err is nil.
LoadAwsCreds - attempts to load the AWS credentials (key, secret, region) from the TESTING_* environment variables.
NoError fails the test if an err is not nil.
PerformAwsTests - checks whether the TESTING_AWS_ENABLED environment variable is set to TRUE.
# Constants
EnvAwsDefRegion - the env var for the AWS default region.
EnvAwsKey - the env var for the AWS key.
EnvAwsRegion - the env var for the AWS region.
EnvAwsSecret - the env var for the AWS Secret.
EnvAwsSessionToken - the env var for the AWS session token.
TestAwsEnabled - the env var that controls whether to run AWS related tests.
TestValidAwsKey - the env var for ***PASSING IN*** a valid AWS key.
TestValidAwsRegion - the env var for ***PASSING IN*** a valid AWS region.
TestValidAwsSecret - the env var for ***PASSING IN*** a valid AWS Secret.
TestValidAwsUserID - the env var for ***PASSING IN*** a valid AWS user id.