bentocache icon indicating copy to clipboard operation
bentocache copied to clipboard

DynamoDB Driver Ignores Errors

Open imconnorngl opened this issue 1 year ago • 0 comments

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. image

imconnorngl avatar Jun 14 '24 15:06 imconnorngl