This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # | |
| # AWS ENV vars for your project (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html) | |
| # | |
| # AWS_PROFILE – Specifies the name of the CLI profile with the credentials and options to use. | |
| # This can be the name of a profile stored in a credentials (~/.aws/credentials) or config (~/.aws/config) | |
| # file, or the value default to use the default profile. If you specify this environment variable, | |
| # it overrides the behavior | |
| # of using the profile named [default] in the configuration file. |