I have a table with some attributes set to null.
Internally DynamoDB stores them as an object with an null attribute set to true:
my_attribute {
"NULL": true
}
When scanning the table Dynamite gives me that error apparently because NULL is not considered in objectToValue method.