Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 542c919

Browse files
authored
Merge pull request #582 from lxg/patch-1
fix: use AWS_REGION variable for CDK bootstrapping
2 parents 26fe0cd + 96cf6f3 commit 542c919

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This documentation explains how to get started with the core components of the A
3434
```bash
3535
export ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
3636
export AWS_REGION=eu-west-1
37-
cdk bootstrap aws://$ACCOUNT_ID/eu-west-1
37+
cdk bootstrap aws://$ACCOUNT_ID/$AWS_REGION
3838
```
3939

4040
### Initialization (in Python)

0 commit comments

Comments
 (0)