meteor icon indicating copy to clipboard operation
meteor copied to clipboard

Support ConditionExpression for DeleteItem

Open d2a4u opened this issue 4 years ago • 3 comments

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

d2a4u avatar Oct 20 '20 23:10 d2a4u

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

missingfaktor avatar Dec 14 '21 19:12 missingfaktor

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.

d2a4u avatar Dec 15 '21 17:12 d2a4u

PR: https://github.com/d2a4u/meteor/pull/181

missingfaktor avatar Dec 27 '21 16:12 missingfaktor