Skip to content

Commit 1161c35

Browse files
authored
Add cdk bootstrap cmd before cdk deploy (#152)
1 parent 11e99ff commit 1161c35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ This exercise code uses [modular AWS SDK for JavaScript][modular-aws-sdk-js] as
5252
- backend performs create, delete, get, list and update operations on DynamoDB.
5353
- frontend does put, get, delete operations using an S3 browser client.
5454
55+
- Run: `cdk bootstrap aws://[aws-account-ID]/[region]`
56+
- This command:
57+
- Creates a CloudFormation stack in the environment.
58+
5559
### Deploy infrastructure
5660
5761
- Run: `yarn cdk deploy`

0 commit comments

Comments
 (0)