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

Model.delete() method should allow user to control return values #1239

Open
MacHu-GWU opened this issue May 22, 2024 · 0 comments
Open

Model.delete() method should allow user to control return values #1239

MacHu-GWU opened this issue May 22, 2024 · 0 comments

Comments

@MacHu-GWU
Copy link

The boto3.client("dynamodb").delete_item API has ReturnValues and ReturnValuesOnConditionCheckFailure parameter.

I noticed that the TableConnection.delete_item method already has return_values parameter, however, the Model().delete method doesn't have the return_values parameter. I think it should the optional return_values parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant