We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac7274 commit dd206c5Copy full SHA for dd206c5
README.md
@@ -81,7 +81,7 @@ Now you are ready to synthesize the CloudFormation template for this code.<br/>
81
82
<pre>
83
(.venv) $ export CDK_DEFAULT_ACCOUNT=$(aws sts get-caller-identity --query Account --output text)
84
-(.venv) $ export CDK_DEFAULT_REGION=$(curl -s 169.254.169.254/latest/dynamic/instance-identity/document | jq -r .region)
+(.venv) $ export CDK_DEFAULT_REGION=$(aws configure get region)
85
(.venv) $ cdk synth --all
86
</pre>
87
0 commit comments