amazon-kinesis-client-nodejs icon indicating copy to clipboard operation
amazon-kinesis-client-nodejs copied to clipboard

dynamodb-streams-kinesis-adapter?

Open peebles opened this issue 9 years ago • 2 comments

Does this thing work with the DDB Streams Kinesis adapter? I am writing NodeJS worker. I need to process DDB streams. I am not finding any information about how this might be done using KCL. I might imagine that kcl-bootstrap needs to be modified to add getMavenPackageInfo('com.amazonaws', 'dynamodb-streams-kinesis-adapter', '1.0.0') in the MAVEN_PACKAGE_LIST and then in sample.properties, some way to identify the DDB stream ARN instead of a Kinesis stream name.

??

peebles avatar Oct 06 '15 18:10 peebles

+1. Having the same issue. Specifying the DDB stream ARN as streamName gives the error Member must satisfy regular expression pattern: [a-zA-Z0-9_.-]+ (Service: AmazonKinesis; Status Code: 400; Error Code: ValidationException;

akmalmuqeeth avatar Feb 22 '16 20:02 akmalmuqeeth

use 'dynamodb-streams-kinesis-adapter', '1.0.2' and and Worker constructor with AmazonDynamoDBStreamsAdapterClient

ebirukov avatar Jun 02 '16 15:06 ebirukov