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

DynamDB Enhanced Optimistic Locking for DeleteItem #5511

Closed
2 tasks
LeeroyHannigan opened this issue Aug 15, 2024 · 2 comments
Closed
2 tasks

DynamDB Enhanced Optimistic Locking for DeleteItem #5511

LeeroyHannigan opened this issue Aug 15, 2024 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@LeeroyHannigan
Copy link

Describe the feature

The behavior is similar, but v2 does not does not automatically add conditions for the delete operations. You must add condition expressions manually if you want to control the delete behavior.

Why does DeleteItem not support optimistic locking by default?

Use Case

Using optimistic locking to prevent race conditions, and not honoring it for DeleteItem causes concern.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Java SDK version used

SDK 2.X

JDK version used

17

Operating System and version

MAC OS

@LeeroyHannigan LeeroyHannigan added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Aug 15, 2024
@debora-ito
Copy link
Member

It's a bug, it was reported here: #2358, which I see you've already found and commented.

Closing this as a duplicate, please keep track of upgrades in the other issue.

@debora-ito debora-ito removed the needs-triage This issue or PR still needs to be triaged. label Dec 26, 2024
@debora-ito debora-ito closed this as not planned Won't fix, can't repro, duplicate, stale Dec 26, 2024
Copy link

This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants