Skip to content

Implement Atomic Counters + Conditional Writes using DynamoDB and Java API

Notifications You must be signed in to change notification settings

cancerian0684/dynamodb-atomic-updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DynamoDB Atomic Counter Using Java API

This DynamoDB tutorial covers the following use-case:

  1. To atomically increment counters in DynamoDB without interfering with other operations. Atomic updates are fast and do not fail.
  2. Use of conditional writes based on some expectations.
  3. Using versioning to avoid parallel updates.

About

Implement Atomic Counters + Conditional Writes using DynamoDB and Java API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages