Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 990 Bytes

File metadata and controls

21 lines (15 loc) · 990 Bytes

PyPI version Downloads Codacy Badge

Json to Dynamo Transformer

This tool transforms standard json files into dynamo mapping format. Allowing the insertion of the outputed files via the aws cli.

Install

pip install json2dynamo

Usage

json2dynamo --inputpath <path/to/json> --outputpath <path/to/output/folder>

Development

This repo uses a bake file, to use the commands install it via

pip install bake-cli

Once installed run bake to see commands