meteor
meteor copied to clipboard
Support ConditionExpression for DeleteItem
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. :-)
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.
PR: https://github.com/d2a4u/meteor/pull/181