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
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.
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:
data-prepper/data-prepper-plugins/translate-processor/build.gradle
Lines 14 to 15 in d501af6
data-prepper/data-prepper-plugins/kafka-plugins/build.gradle
Line 49 in 334239b
data-prepper/data-prepper-plugins/http-sink/build.gradle
Line 29 in a9e419a
Second, I'd like a rule in Gradle that disallows using the AWS SDK v1.
The text was updated successfully, but these errors were encountered: