bentocache
bentocache copied to clipboard
DynamoDB Driver Ignores Errors
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.