dynamodb-item-size

Calculate the byte size of an object

Usage no npm install needed!

<script type="module">
  import dynamodbItemSize from 'https://cdn.skypack.dev/dynamodb-item-size';
</script>

README

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