Closed endymion00 closed 6 years ago
+1
Dynogels does not support null values, as setting an attribute to null is used to delete the attribute from the model.
Note that this fails if the attribute is part of a secondary index. undefined
would have been a better choice.
"Converting empty values to null is now an opt-in feature of the document client; you can pass a boolean
convertEmptyValues
option to the document client constructor to have it do so."See https://github.com/aws/aws-sdk-js/issues/833