Skip to content

DucNg/aws-marshaller-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 -

About

A json to DynamoDB Document converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published