Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dynamodb): add support for pay_per_request tables (#152)
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