Skip to content

Error: Unexpected key: NULL for attribute: [object Object] #128

@leomoreno

Description

@leomoreno

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions