Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 29628c2

Browse files
committed
added clarification on cdk out to readme
1 parent 3f54577 commit 29628c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To work with CDK, do the following:
2121
- Make sure you are using at least version 10 of node: `nvm use 13`
2222
- Activate the virtual environment with `source awscdk/.env/bin/activate`
2323
- `pip install -e awscdk` to install CDK dependencies
24-
-
24+
- run `cdk synth --app awscdk/app.py --output awscdk/cdk.out` and view the resulting JSON for the nested CloudFormation stacks in `awscdk/cdk.out`
2525

2626
### Social Authentication Keys
2727

0 commit comments

Comments
 (0)