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

Commit 8c222ff

Browse files
authored
use AWS_REGION variable for CDK bootstrapping
1 parent c5424c2 commit 8c222ff

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)