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
When using the dynamoDbDriver errors are placed into a void due to the fact that the callback for sending commands is just ignored. This leads to insert errors going unnoticed. One example is when the payload is too big. This goes for all the usages of DynamoDB since the client does not throw.
The text was updated successfully, but these errors were encountered:
imconnorngl
changed the title
DynamoDB Driver Ignores "Put" Errors
DynamoDB Driver Ignores Errors
Jun 14, 2024
Yeah, you will need to set suppressL2Errors to false.
However, I think that by default it should be set to false when you don't have an L1 memory layer, and therefore only an L2 layer. I'll have to think about it a bit...
When using the
dynamoDbDriver
errors are placed into a void due to the fact that the callback for sending commands is just ignored. This leads to insert errors going unnoticed. One example is when the payload is too big. This goes for all the usages of DynamoDB since the client does not throw.The text was updated successfully, but these errors were encountered: