https://github.com/allankp/json2dynamo
Transforms standard json files into dynamo mapping format. Allowing the insertion of the outputed files via the aws cli.
https://github.com/allankp/json2dynamo
bakefile dynamodb hacktoberfest json python python3
Last synced: 5 months ago
JSON representation
Transforms standard json files into dynamo mapping format. Allowing the insertion of the outputed files via the aws cli.
- Host: GitHub
- URL: https://github.com/allankp/json2dynamo
- Owner: allankp
- License: mit
- Created: 2019-05-28T08:21:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-19T18:56:51.000Z (about 1 year ago)
- Last Synced: 2025-10-27T04:44:18.729Z (8 months ago)
- Topics: bakefile, dynamodb, hacktoberfest, json, python, python3
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://badge.fury.io/py/json2dynamo)
[](https://pepy.tech/project/json2dynamo)
[](https://www.codacy.com/manual/allankp/json2dynamo?utm_source=github.com&utm_medium=referral&utm_content=allankp/json2dynamo&utm_campaign=Badge_Grade)
# 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 --outputpath `
## Development
This repo uses a [bake](https://github.com/kennethreitz/bake) file, to use the commands install it via
`pip install bake-cli`
Once installed run `bake` to see commands