serverless-plugin-dynamodb-flexbilling

1.1.0 • Public • Published

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.

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i serverless-plugin-dynamodb-flexbilling

    Weekly Downloads

    1

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    5.62 kB

    Total Files

    5

    Last publish

    Collaborators

    • rtweeks