mapbox / dyno

simple dynamodb client
MIT License
78 stars 31 forks source link

Add support for document types (List and Map), Boolean, and Null #85

Closed willwhite closed 9 years ago

willwhite commented 9 years ago

Adds dependency on part of dynamodb-doc, which does two-way, recursive transforms between native JavaScript objects and the DynamoDB wire format.

Fixes https://github.com/mapbox/dyno/issues/41

/cc @rclark @jakepruitt @emilymcafee