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

Remove the AWS SDK v1 (again) #4017

Open
dlvenable opened this issue Jan 24, 2024 · 0 comments
Open

Remove the AWS SDK v1 (again) #4017

dlvenable opened this issue Jan 24, 2024 · 0 comments
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

Data Prepper should use the AWS SDK v2 exclusively. This will reduce the number of dependencies it pulls in and allow all projects to use the AWS extension.

We did this once before: #1562

Describe the solution you'd like

First, remove all existing dependencies:

implementation 'com.amazonaws:aws-java-sdk-s3:1.12.395'
implementation 'com.amazonaws:aws-java-sdk-sts:1.12.395'

implementation 'com.amazonaws:aws-java-sdk-glue:1.12.506'

implementation 'com.amazonaws:aws-java-sdk-sts:1.12.395'

Second, I'd like a rule in Gradle that disallows using the AWS SDK v1.

@dlvenable dlvenable added maintenance Issues to help maintain the project, such as improving builds, testing, etc. and removed untriaged labels Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Issues to help maintain the project, such as improving builds, testing, etc.
Projects
Development

No branches or pull requests

1 participant