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 | |
# When sourced, this script will export the AWS_ACCESS_KEY_ID and | |
# AWS_SECRET_ACCESS_KEY credentials from the a specific profile in | |
# ~/.aws/credentials. | |
# | |
# Usage: | |
# | |
# export-aws-credentials [PROFILE] | |
# |