Skip to content

Commit

Permalink
Merge pull request #13 from aws-samples/feature/simplify-cdk-bootstrap
Browse files Browse the repository at this point in the history
Simplify CDK bootstrap
  • Loading branch information
moralesl authored Jul 14, 2023
2 parents 19383a4 + ad59f8f commit 479265e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For further information you can also checkout [this Workshop](https://cdkworksho

### Bootstrap your environment
```bash
cdk bootstrap aws://ACCOUNT-NUMBER/REGION # e.g. cdk bootstrap aws://123456789012/us-east-1
cdk bootstrap
```

For more details, see [AWS Cloud Development Kit - Bootstrapping](https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html).
Expand Down

0 comments on commit 479265e

Please sign in to comment.