noppoMan / npdynamodb

A Node.js Simple Query Builder and ORM for AWS DynamoDB
112 stars 19 forks source link

How add data into a collum that is a list. How I can do that? #69

Open LucasBadico opened 6 years ago

LucasBadico commented 6 years ago

I have take a look into the shema builder, but it is omited the map and list methods.

And when I try to update the collum with a list, or map, it will be denied by type check.

 UnexpectedParameter: Unexpected key '0' found in params.Item['address']