# Functions
CreateSession creates an AWS session from the given profile.
DumpConfig logs the current viper configuration for debugging.
Execute adds all child commands to the root command and sets flags appropriately.
GetCredsWithoutRole is used to get temporary AWS credentials when NOT assuming a role.
GetCredsWithRole is used to get temporary AWS credentials when assuming a role.
GetMFAToken retrieves MFA token codes from either stdin or the "token" flag.
# Structs
CredentialsShortTerm is used to reflect updated credentials.