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

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

Merged
merged 23 commits into from
Jun 5, 2015

Conversation

willwhite
Copy link
Contributor

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

  • Add support for document types (List and Map), Boolean, and Null
  • Native JavaScript arrays will now transform into lists instead of sets
  • Add dyno.createSet(), which constructs sets (of number, string, or binary
    type) that transform to the DynamoDB wire format correctly.
  • Drop support for using a wire-formatted object as input.

Fixes #41

/cc @rclark @jakepruitt @emilymcafee

@jakepruitt jakepruitt mentioned this pull request Jun 5, 2015
rclark pushed a commit that referenced this pull request Jun 5, 2015
Add support for document types (List and Map), Boolean, and Null
@rclark rclark merged commit 3b3797d into master Jun 5, 2015
@rclark rclark deleted the types branch June 5, 2015 18:22
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

Successfully merging this pull request may close these issues.

None yet

2 participants