awslabs / dynamodb-streams-kinesis-adapter

The Amazon DynamoDB Streams Adapter implements the Amazon Kinesis interface so that your application can use KCL to consume and process data from a DynamoDB stream.
Apache License 2.0
97 stars 37 forks source link

Fixing the version of amazon-kinesis-client to 1.13.0 #28

Closed tmszdmsk closed 4 years ago

tmszdmsk commented 4 years ago

Issue #, if available:

27

Description of changes: Setting a fixed version of amazon-kinesis-client to 1.13.0 instead of an open-ended range.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

aggarwal commented 4 years ago

We have fixed the dependency at KCL 1.13.3 in the 1.5.1 release of the adapter. Resolving this PR.