Skip to content

Commit

Permalink
fix(dynamodb): add support for pay_per_request tables (#152)
Browse files Browse the repository at this point in the history
Fixes #2

* **added** support for dynamodb tables with billingMode => `PAY_PER_REQUEST`

This should solve this error:
`TypeError: Cannot read property 'readCapacityUnits' of undefined`
  • Loading branch information
andrea-lascola authored Nov 12, 2020
1 parent 03a1ad0 commit 1debc6b
Show file tree
Hide file tree
Showing 5 changed files with 10,511 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.5.44](https://github.com/eladb/cdk-watchful/compare/v0.5.43...v0.5.44) (2020-11-12)


### Bug Fixes

* add support for pay_per_request tables ([72602f6](https://github.com/eladb/cdk-watchful/commit/72602f65bee1416cfc29fd5195897d96059f1b19))

### 0.5.43 (2020-11-10)

### 0.5.42 (2020-11-09)
Expand Down
Loading

0 comments on commit 1debc6b

Please sign in to comment.