Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppiliappan/ddb-scale
Mirror of https://gitlab.com/akshayo/ddb-scale
https://github.com/oppiliappan/ddb-scale
Last synced: 7 days ago
JSON representation
Mirror of https://gitlab.com/akshayo/ddb-scale
- Host: GitHub
- URL: https://github.com/oppiliappan/ddb-scale
- Owner: oppiliappan
- Created: 2020-06-26T08:39:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T15:33:46.000Z (over 4 years ago)
- Last Synced: 2024-11-07T01:04:23.263Z (about 2 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## ddb_scale
### installation
- From source
```
git clone https://gitlab.com/akshayo/ddb-scale
cd ddb_scale
pip3 install --user .
```- With `pip`
```
pip install git+http://gitlab.com/akshayo/ddb-scale
```### usage
```
usage: ddb_scale [-h] -m CAPACITY -d {read,write} TABLEScale up/down any dimension of a DynamoDB table
positional arguments:
TABLE name of DynamoDB tableoptional arguments:
-h, --help show this help message and exit
-m CAPACITY, --min-capacity CAPACITY
modified min capacity
-d {read,write}, --dimension {read,write}
dimension to scale```
### todo
- [ ] tests