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
You would have to do a BatchWriteItem to delete your items. From the documentation:
BatchWriteItem performs put and delete