d2a4u/meteor

Support ConditionExpression for DeleteItem

Opened this issue · 3 comments

d2a4u commented

It is possible to pass a ConditionExpression to DeleteItem request so that the deletion is only perform under certain condition. https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html#API_DeleteItem_RequestSyntax

Hey, Duc! I can pick this up if you'd like me to. :-)

d2a4u commented

hey, that would be great! Thanks. There is already an Expression model which is being used for put which might be a good starting point.