1.1.0 • Published 3 years ago

serverless-plugin-dynamodb-flexbilling v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Billing Mode Flexibility for DynamoDB Tables in Serverless Framework

This plugin solves AWS CloudFormation's insistence the ProvisionedThroughput property not be present on any DynamoDB table resource if that table is declared with BillingMode of PAY_PER_REQUEST. This is accomplished by taking the value of BillingMode (defaulting to PROVISIONED like CloudFormation) as canonical and removing the ProvisionedThroughput property if the table is pay-per-request.