Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop AWS SDK v1 Support #1284

Open
barryoneill opened this issue Jan 10, 2025 · 2 comments
Open

Drop AWS SDK v1 Support #1284

barryoneill opened this issue Jan 10, 2025 · 2 comments
Assignees

Comments

@barryoneill
Copy link
Member

AWS is killing support for the V1 SDK at the end of Jan

AWS themselves have been VERY slow to remove SDK v1 support in their Kinesis producer and client libraries.

The kinesis-producer-library was only just released with v2 support in dec '24, which makes their SDK deprecation timeline a bit disappointing.

The kinesis-client library dropped v1 only in nov '24.

It appears that AWS have no intention of supporting DynamoDB event streams via the SDK, as there has been next to zero development on the adapter code.

I propose that we move to the latest versions of the kinesis producer and client, effectively removing any transient dependency on the v1 SDK. This means however that all DynamoDB streaming support in this library will have to be dropped, with folks following AWS's recommendation and moving to native dynamodb->kinesis event streaming.

@barryoneill barryoneill self-assigned this Jan 10, 2025
@barryoneill
Copy link
Member Author

This will be a major breaking change in fs2-aws, and will necessitate a major release.

@barryoneill
Copy link
Member Author

builds might be hitting this issue - localstack/localstack#10864

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant