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

AWS SDK v2 implementation of table properties save/load #3334

Open
patchwork01 opened this issue Sep 20, 2024 · 0 comments
Open

AWS SDK v2 implementation of table properties save/load #3334

patchwork01 opened this issue Sep 20, 2024 · 0 comments
Labels
version-upgrades Issues to upgrade dependencies

Comments

@patchwork01
Copy link
Collaborator

Background

Split from:

Reopened from:

Description

We'd like to be able to use version 2 of the AWS SDK to load and save the Sleeper table properties.

Analysis

We can make a straight copy of the integration tests, using the V2 SDK instead. The integration tests that use this code indirectly can be moved over to the V2 version gradually as we convert each part of the code to use it. Once everything uses the new V2 version, we can delete the old tests and code for V1.

We don't need to update anything that uses this code as part of this issue. If we spot any cases where we have an AWS SDK v2 implementation of everything that's wired in, e.g. for a lambda or an ECS task, we can move the whole lambda or ECS task over at once. We could do that as soon as we spot somewhere we have a v2 implementation of everything. We can split out separate issues for that.

@patchwork01 patchwork01 added the version-upgrades Issues to upgrade dependencies label Sep 20, 2024
@patchwork01 patchwork01 modified the milestone: 0.26.0 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version-upgrades Issues to upgrade dependencies
Projects
None yet
Development

No branches or pull requests

1 participant