We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe7f5f commit 19323e6Copy full SHA for 19323e6
README.md
@@ -97,7 +97,7 @@ At this point you can now synthesize the CloudFormation template for this code.
97
98
<pre>
99
(.venv) $ export CDK_DEFAULT_ACCOUNT=$(aws sts get-caller-identity --query Account --output text)
100
-(.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)
101
(.venv) $ cdk synth --all
102
</pre>
103
0 commit comments