You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: