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
{{ message }}
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.
When I create a transaction that inserts a valid object followed by an invalid object that doesn't have a hash key nor a range key an error happens as expected, but I can't rollback, leaving the valid object inserted into the DB.
I understand that people should be sending valid objects, but I found this while trying learn the library by writing tests
The text was updated successfully, but these errors were encountered:
When I create a transaction that inserts a valid object followed by an invalid object that doesn't have a hash key nor a range key an error happens as expected, but I can't rollback, leaving the valid object inserted into the DB.
I understand that people should be sending valid objects, but I found this while trying learn the library by writing tests
The text was updated successfully, but these errors were encountered: