Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ This exercise code uses [modular AWS SDK for JavaScript][modular-aws-sdk-js] as
- backend performs create, delete, get, list and update operations on DynamoDB.
- frontend does put, get, delete operations using an S3 browser client.

- Run: `cdk bootstrap aws://[aws-account-ID]/[region]`
- This command:
- Creates a CloudFormation stack in the environment.

### Deploy infrastructure

- Run: `yarn cdk deploy`
Expand Down