We have a microservice written in node.js & we use dynamoDB for data storage. Value is stored in json format against key. In update service call, we fetch value for a ke
Recently there is an npm package that provides implementation of DynamoDb optimistic locking. See Dynameh. You can check that out.