Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ConditionExpression for DeleteItem #3

Open
d2a4u opened this issue Oct 20, 2020 · 3 comments
Open

Support ConditionExpression for DeleteItem #3

d2a4u opened this issue Oct 20, 2020 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@d2a4u
Copy link
Owner

d2a4u commented Oct 20, 2020

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 d2a4u added help wanted Extra attention is needed good first issue Good for newcomers labels Oct 20, 2020
@d2a4u d2a4u changed the title Implement ConditionExpression for DeleteItem Support ConditionExpression for DeleteItem Oct 20, 2020
@missingfaktor
Copy link

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

@d2a4u
Copy link
Owner Author

d2a4u commented Dec 15, 2021

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.

@missingfaktor
Copy link

PR: #181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants