Created
July 29, 2020 12:18
-
-
Save maruware/1575a6a0314989975623c74a409a24a0 to your computer and use it in GitHub Desktop.
vscode aws env
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
{ | |
"AWS Env": { | |
"prefix": "aws-env", | |
"body": [ | |
"export AWS_ACCESS_KEY_ID=$1", | |
"export AWS_SECRET_ACCESS_KEY=$2", | |
"export AWS_DEFAULT_REGION=$3" | |
], | |
"description": "AWS Env" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment