Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB Driver Ignores Errors #25

Open
imconnorngl opened this issue Jun 14, 2024 · 1 comment
Open

DynamoDB Driver Ignores Errors #25

imconnorngl opened this issue Jun 14, 2024 · 1 comment

Comments

@imconnorngl
Copy link

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 imconnorngl changed the title DynamoDB Driver Ignores "Put" Errors DynamoDB Driver Ignores Errors Jun 14, 2024
@Julien-R44
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants