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
Transact write items fails with An error occurred (ValidationException) when calling the TransactWriteItems operation: ExpressionAttributeValues must not be empty when making the request against DDB, but moto allows it:
Hi,
Transact write items fails with
An error occurred (ValidationException) when calling the TransactWriteItems operation: ExpressionAttributeValues must not be empty
when making the request against DDB, but moto allows it:The
Update
operation works fine but thePut
should raise an error.The text was updated successfully, but these errors were encountered: