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
Check combination of all operations for different records
Check what happens when you try to add same record multiple times (should throw)
Check what happens when you add + modify within 1 "transaction" (should save as modified, check logs that only 1 dynamoDb operation is performed)
Check what happens when you add + delete within 1 "transaction" (should be deleted, check logs that only 1 dynamoDb operation is performed)
Check what happens when you add 40 records + modify 40 records + delete 40 records (DynamoDb supports only batches of 30 operations and less), should auto-batch
The text was updated successfully, but these errors were encountered:
Check combination of all operations for different records
Check what happens when you try to add same record multiple times (should throw)
Check what happens when you add + modify within 1 "transaction" (should save as modified, check logs that only 1 dynamoDb operation is performed)
Check what happens when you add + delete within 1 "transaction" (should be deleted, check logs that only 1 dynamoDb operation is performed)
Check what happens when you add 40 records + modify 40 records + delete 40 records (DynamoDb supports only batches of 30 operations and less), should auto-batch
The text was updated successfully, but these errors were encountered: