kinesis-client-library
Version:
Process Kinesis streams and automatically scale up or down as shards split or merge.
16 lines (15 loc) • 359 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
shutdownMessage: 'shutdown',
localDynamoDBEndpoint: {
protocol: 'http',
hostname: 'localhost',
port: '6789'
},
localKinesisEndpoint: {
protocol: 'http',
hostname: 'localhost',
port: '4567'
}
};