DynamoDB Optimistic Locking

Pasted image 20221013121429.png

  • Allows to do conditional write. Make sure the item meets certain condition before writing
  • How it works
    • Each item has an attribute that act as a version number