awslabs / dynamodb-data-mapper-js

A schema-based data mapper for Amazon DynamoDB.
https://awslabs.github.io/dynamodb-data-mapper-js/
Apache License 2.0
816 stars 106 forks source link

Typo fix in the example code #180

Open dnafication opened 4 years ago

dnafication commented 4 years ago

unmarshallItem needs a marshalled object to unmarshal.

Issue #, if available:

Description of changes: Just a small typo fix. Incorrect variable passed down to unmarshallItem function.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.