# Functions

GetAWSSession returns an aws.session.Session based on the parameters or environment variables * If parameters are not present or incomplete (secret key, access key AND region) * then let default config loading order to go on: * https://docs.aws.amazon.com/sdk-for-go/api/aws/session/ */.
RandomBytes generate random bytes.
RandomInt returns a random int64.
RandomStringObjectSafe returns a random string that is safe to use as an k8s object Name https://kubernetes.io/docs/concepts/overview/working-with-objects/names/.

# Structs

AWSCredentials represents expected credentials.