UNPKG

aws-kinesis-agg

Version:

Node.js module to simplify working with Amazon Kinesis Records using Protcol Buffers encoding

11 lines (7 loc) 313 B
/** * @module index.js */ module.exports.deaggregateSync = require('./lib/kpl-deagg').deaggregateSync module.exports.deaggregate = require('./lib/kpl-deagg').deaggregate module.exports.aggregate = require('./lib/kpl-agg').aggregate module.exports.RecordAggregator = require('./lib/kpl-agg').RecordAggregator