question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support DynamoDB Table On-Demand Capacity

See original GitHub issue

Describe the solution you’d like Support DynamoDB Table BillingMode PAY_PER_REQUEST in cloudformation template generated by amplify api gql-compile

Describe alternatives you’ve considered Editing cloudformation template after running amplify api gql-compile. This would need to be done every time.

Additional context https://aws.amazon.com/blogs/aws/amazon-dynamodb-on-demand-no-capacity-planning-and-pay-per-request-pricing/ https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateTable.html#DDB-CreateTable-request-BillingMode

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:7
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
kaustavghosh06commented, Feb 12, 2019

We’ve added support for this in our main CLI version. Please install the latest CLI using npm install -g @aws-amplify/cli and let me know (and re-opne the issue) if you’re still facing this issue.

For documentation regarding this, please take a look at https://aws-amplify.github.io/docs/cli/graphql#dynamodbmodeltablereadiops for documentation regarding the same.

0reactions
github-actions[bot]commented, May 27, 2021

This issue has been automatically locked since there hasn’t been any recent activity after it was closed. Please open a new issue for related bugs.

Looking for a help forum? We recommend joining the Amplify Community Discord server *-help channels for those types of questions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Read/write capacity mode - Amazon DynamoDB
DynamoDB tables using on-demand capacity mode automatically adapt to your application's traffic volume. On-demand capacity mode instantly accommodates up to ...
Read more >
DynamoDB On-Demand: When, why and how to use it in your ...
DynamoDB On-Demand is a new pricing model for DynamoDB. Previously, you had to set read and write throughput capacity on your DynamoDB tables....
Read more >
Understand All DynamoDB Capacity Modes - Dynobase
DynamoDB Provisioned Capacity is the amount of read and write operations that a DynamoDB table can support. DynamoDB uses this information to reserve ......
Read more >
DynamoDB on-demand vs. provisioned capacity - TechTarget
DynamoDB offers two types of capacity allocation: on-demand and provisioned. With on-demand capacity, pricing is based on the amount of read and ...
Read more >
Understanding the scaling behaviour of DynamoDB ...
You should default to DynamoDB OnDemand tables unless you have a stable, predictable traffic. · OnDemand tables can handle up to 4000 Consumed...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found