Skip to content

Enable On-Demand Billing Mode #182

Open
@aneilbaboo

Description

@aneilbaboo

In November, AWS released On-Demand mode: https://aws.amazon.com/blogs/aws/amazon-dynamodb-on-demand-no-capacity-planning-and-pay-per-request-pricing/

It would be great to have support for this: It's enabled by setting a new BillingMode attribute to 'PAY_PER_REQUEST' in the AWS table configuration JSON.

Maybe something like:

var Account = dynogels.define('MyTable', {
  hashKey : 'id',
  billingMode: 'PAY_PER_REQUEST', // default is 'PROVISIONED'
  schema : {
   id: ...
  }
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions