We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
delete
delete op return Ok even if given key is not found. This is not a bug, it's an idempotent operation. That said, I was surprised really.
Ok
Some options:
delete_if_exist
N/A
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
delete
op returnOk
even if given key is not found. This is not a bug, it's an idempotent operation. That said, I was surprised really.Describe the solution you'd like
Some options:
delete_if_exist
delete_if_exist
op anddelete
op which return an errorDescribe alternatives you've considered
N/A
Additional context
https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_DeleteItem.html
The text was updated successfully, but these errors were encountered: