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

Latest version referencing aws v1 #150

Open
patrickjamesbarry opened this issue Apr 9, 2024 · 1 comment
Open

Latest version referencing aws v1 #150

patrickjamesbarry opened this issue Apr 9, 2024 · 1 comment

Comments

@patrickjamesbarry
Copy link

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

@patrickjamesbarry
Copy link
Author

patrickjamesbarry commented Apr 9, 2024

Correction...

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

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