rrahul963 / serverless-create-global-dynamodb-table

serverless plugin that would create global dynamodb tables for specified tables
Apache License 2.0
25 stars 17 forks source link

Support PAY_PER_REQUEST billing mode fully #15

Closed JakeChampion closed 5 years ago

JakeChampion commented 5 years ago

When using tables which are billed with "PAY_PER_REQUEST", the returned write/read capacity units is 0, which is not a valid unit to use when creating a table. write/read capacity units are not required for tables which are billed "PAY_PER_REQUEST".

JakeChampion commented 5 years ago

I'm not sure how #14 got closed, must have been an issue with my rebasing commits

JakeChampion commented 5 years ago

@rrahul963 This now has tests 👌

rrahul963 commented 5 years ago

@JakeChampion - you missed updating package.json and package-lock.json with minor version upgrade.

JakeChampion commented 5 years ago

Done 👍