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

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

Open
leomoreno opened this issue Jul 2, 2018 · 1 comment
Open

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

leomoreno opened this issue Jul 2, 2018 · 1 comment

Comments

@leomoreno
Copy link

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.

@forgivegod
Copy link

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.

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