How to support transactions in dynamoDB with javascript aws-sdk?

前端 未结 3 405
傲寒
傲寒 2021-01-12 12:47

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

3条回答
  •  余生分开走
    2021-01-12 13:06

    Recently there is an npm package that provides implementation of DynamoDb optimistic locking. See Dynameh. You can check that out.

提交回复
热议问题