DynamoDB Batch Update

前端 未结 6 670
[愿得一人]
[愿得一人] 2021-02-11 16:23

Is there any API in DynamoDB to update a batch of items? There is an API to write new items in batches (BatchWriteItem) and update single item using UpdateIte

6条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-11 17:02

    No there is no batch update currently , you can use a single update Item call and have a workflow over it like AWS SWF or AWS step functions

    https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB/DocumentClient.html

提交回复
热议问题