UNPKG

kinesis-client-library

Version:

Process Kinesis streams and automatically scale up or down as shards split or merge.

16 lines (15 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { shutdownMessage: 'shutdown', localDynamoDBEndpoint: { protocol: 'http', hostname: 'localhost', port: '6789' }, localKinesisEndpoint: { protocol: 'http', hostname: 'localhost', port: '4567' } };