scylladb / scylla-migrator

Migrate data extract using Spark to Scylla, normally from Cassandra
Apache License 2.0
54 stars 34 forks source link

dynamodb-streams-kinesis-adapter still depends on the AWS SDK v1 #161

Open julienrf opened 1 week ago

julienrf commented 1 week ago

still depends on the AWS SDK v1 whereas all our other dependencies use SDK v2.

Consequently, we have to handle both SDKs in our codebase (sometimes converting data from one version to the other version).

There seems to be no newer version of the library that uses the SDK v2, but according to this discussion it could be possible to stream item changes directly to Kinesis streams without any adapters.