Add Javascript aws-sdk default profile env

They are different............
This commit is contained in:
Andrew Tomaka 2016-10-28 15:51:07 -04:00
parent 287fb0ebf2
commit 636460b6bc

View file

@ -3,6 +3,7 @@ function aws-profile {
echo Current AWS Profile: $AWS_DEFAULT_PROFILE
else
export AWS_DEFAULT_PROFILE=$1
export AWS_PROFILE=$1
fi
}