UNPKG

kinesis-client-library

Version:

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

4 lines (3 loc) 247 B
import { ClientConfig, DynamoDB, Kinesis } from 'aws-sdk'; export declare const createKinesisClient: (conf: ClientConfig, endpoint?: string) => Kinesis; export declare const createDynamoClient: (conf: ClientConfig, endpoint?: string) => DynamoDB;