Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages