We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e41707 commit 90b9ed9Copy full SHA for 90b9ed9
setup/setup-vscode.sh
@@ -62,8 +62,6 @@ echo "export AWS_REGION=${AWS_REGION}" | tee -a ~/.bash_profile
62
echo "export AWS_REGION=${AWS_REGION}" | tee -a ~/.bashrc
63
echo "export AWS_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bash_profile
64
echo "export AWS_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bashrc
65
-echo "export CDK_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bash_profile
66
-echo "export CDK_DEFAULT_REGION=${AWS_REGION}" | tee -a ~/.bashrc
67
aws configure set default.region ${AWS_REGION}
68
aws configure get default.region
69
test -n "$AWS_REGION" && echo AWS_REGION is "$AWS_REGION" || echo AWS_REGION is not set
0 commit comments