Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaccharles/dynamodb-calculator
DynamoDB Item Size and Consumed Capacity Calculator
https://github.com/zaccharles/dynamodb-calculator
Last synced: about 1 month ago
JSON representation
DynamoDB Item Size and Consumed Capacity Calculator
- Host: GitHub
- URL: https://github.com/zaccharles/dynamodb-calculator
- Owner: zaccharles
- License: mit
- Created: 2019-01-25T00:49:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T15:08:26.000Z (over 3 years ago)
- Last Synced: 2024-12-06T22:42:20.227Z (about 2 months ago)
- Language: HTML
- Size: 229 KB
- Stars: 45
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DynamoDB Item Size and Consumed Capacity Calculator
This tool takes the JSON representation of a DynamoDB item and tells you its **size in bytes** and how many **capacity units** it'll consume when reading and writing.
[https://zaccharles.github.io/dynamodb-calculator](https://zaccharles.github.io/dynamodb-calculator)
## Contributing
If you find any mistakes or want to make any suggestions, I'm all ears!
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details