json2dynamo

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


Keywords
bakefile, dynamodb, json, python, python3
License
MIT
Install
pip install json2dynamo==0.2.2

Documentation

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