0.0.1 • Published 5 years ago

dynamodb-item-size v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

DynamoDb-Item-Size

DynamoDb-Item-Size is a Nodejs library for calculate the byte size of an object.

Installation

npm install dynamodb-item-size

Usage

const { calculateItemSize } = require('dynamodb-item-size');

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT