DynamoDB Batch Update

前端 未结 6 754
[愿得一人]
[愿得一人] 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:18

    I use a dynamoDB update trigger, then I made a template that said to me what items I should modify, I put them on a queue and them read queue messages in other to update one by one

提交回复
热议问题