jamestharpe / dynamodb-scripts

Useful Bash scripts for managing DynamoDB tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamodb-scripts

Useful Bash scripts for managing DynamoDB tables.

Installation

The scripts have been tested in Git Bash on Windows, but probably work on other platforms. You must have jq installed, which you can get here: https://stedolan.github.io/jq/.

Install with Git Clone

git clone https://github.com/jamestharpe/dynamodb-scripts.git

Install as Git Submodule

git submodule add https://github.com/jamestharpe/dynamodb-scripts.git

About

Useful Bash scripts for managing DynamoDB tables

License:MIT License


Languages

Language:Shell 100.0%