Deleting multiple records in dynamo db

后端 未结 4 940
轮回少年
轮回少年 2021-01-12 22:54

can we delete multiple records in dynamo db only through range key?

I\'m trying to do like this sql statement

delete from employee where emplo

4条回答
  •  旧巷少年郎
    2021-01-12 23:16

    You would have to do a BatchWriteItem to delete your items. From the documentation:

    BatchWriteItem performs put and delete

提交回复
热议问题