Amazon DynamoDB

Amazon DynamoDB collection

What are Conditional Writes in AWS DynamoDB

Upasana | August 12, 2019 | 2 min read | 1,586 views | Amazon DynamoDB

By default, the DynamoDB write operations (PutItem, UpdateItem, DeleteItem) are unconditional: each of these operations will overwrite an existing item that has the specified primary key.

Read Article

How to automatically Retry DynamoDB Write on ProvisionedThroughputExceededException

Upasana | July 27, 2018 | 3 min read | 1,314 views | Amazon DynamoDB

How to automatically Retry DynamoDB Write when Provisioning error occurs using Spring Retry Module and also discuss approach involving Amazon SQS, Redis etc.

Read Article

What are Best Practices for Using Amazon DynamoDB?

Upasana | July 26, 2018 | 2 min read | 64 views | Amazon DynamoDB

What are Best Practices for Using Amazon DynamoDB: database modelling and design, handling write failures, auto-scaling, using correct throughput provisioning, making system resilient top failures.

Read Article