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
Also having this issue, I think I'm done with this library.
For anyone considering this library, forget it. You are better off learning DocumentClient from amazon.
I have a table with some attributes set to null.
Internally DynamoDB stores them as an object with an null attribute set to true:
When scanning the table Dynamite gives me that error apparently because NULL is not considered in objectToValue method.
The text was updated successfully, but these errors were encountered: