dynamodb-marshaler : Translates sane javascript objects (and JSON) into DynamoDb format and vice versa.. You can installing dynamodb-marshaler npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install dynamodb-marshaler $ sudo npm install -g dynamodb-marshaler
If want to update the dynamodb-marshaler package execute the command as below,
$ sudo npm update dynamodb-marshaler
Update package globally,
$ npm install -g dynamodb-marshaler
$ sudo git clone https://github.com/rektide/dynamodb-marshaler.git
$ sudo npm install -g ./dynamodb-marshaler
dynamodb-marshaler@2.0.0 /usr/lib/node_modules/dynamodb-marshaler
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dynamodb-marshaler
Package Name | dynamodb-marshaler |
Version | 2.0.0 |
Description | Translates sane javascript objects (and JSON) into DynamoDb format and vice versa. |
Released Date | 2016-05-17T20:50:07.229Z |
Published by | jinsyaoommen |
How to Learn | https://www.npmjs.com/package/dynamodb-marshaler/tutorial |