You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The boto3.client("dynamodb").delete_item API has
ReturnValues
andReturnValuesOnConditionCheckFailure
parameter.I noticed that the TableConnection.delete_item method already has
return_values
parameter, however, the Model().delete method doesn't have thereturn_values
parameter. I think it should the optionalreturn_values
parameter.The text was updated successfully, but these errors were encountered: