Skip to content

Instantly share code, notes, and snippets.

@maruware
Created July 29, 2020 12:18
Show Gist options
  • Save maruware/1575a6a0314989975623c74a409a24a0 to your computer and use it in GitHub Desktop.
Save maruware/1575a6a0314989975623c74a409a24a0 to your computer and use it in GitHub Desktop.
vscode aws env
{
"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