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
Amazon has announced aws sdk 1 is going away, but this lib is still referencing it. In fact. the latest build added more references to it in AmazonSQSExtendedClient.java. We know v1 and v2 can run side by side, but we are trying to minimize dependencies/file size for java based aws lambdas.
Requesting this artifact's groupId be updated to reflect the v2 naming standard of: software.amazon (Keeping the old groupId but using v2 sdk has become very confusing for end-user)
Eliminate all references to v1 sdk
The text was updated successfully, but these errors were encountered:
I saw all the static imports in AmazonSQSExtendedClient starting with com.amazon.sqs... and assumed these were coming from aws sdk v1 since they started with com.amazon. It turns out, they are just getting imported from this lib. So this ticket request is for the java packages and groupId to be updated to reflect software.amazon.....
Leaving the original title and description so others have an easier time finding this
Amazon has announced aws sdk 1 is going away, but this lib is still referencing it. In fact. the latest build added more references to it in AmazonSQSExtendedClient.java. We know v1 and v2 can run side by side, but we are trying to minimize dependencies/file size for java based aws lambdas.
Requesting this artifact's groupId be updated to reflect the v2 naming standard of: software.amazon
(Keeping the old groupId but using v2 sdk has become very confusing for end-user)
Eliminate all references to v1 sdk
The text was updated successfully, but these errors were encountered: