Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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