baseprime / dynamodb

DynamoDB data mapper for Node.js
Other
296 stars 88 forks source link

Does not allow to input empty string or array #91

Open PerryLuo opened 3 years ago

PerryLuo commented 3 years ago

An issue of not allowing empty string or array to be inserted into db. I think the insertion is stopped when it detects empty string or array, thus all queries returning back are null.