Support DynamoDB Table On-Demand Capacity
See original GitHub issueDescribe 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:
- Created 5 years ago
- Reactions:7
- Comments:8 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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.
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.