Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 367 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 367 Bytes

aws-marshaller-cli

A command line tool to marshall and unmarshall json to AWS DynamoDB Document.

Usage

Marshall

yarn
node marshall.js myfile.json
cat myfile.json | node marshall.js -
node marshall.js -

Unmarshall

yarn
node unmarshall.js myMarshalledFile.json
cat myMarshalledFile.json | node marshall.js -
node marshall.js -