Skip to content

Request for Equivalent of aws-java-sdk-opensdk in AWS SDK for V2 #6028 #6029

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

Open
abdulazeezkhan opened this issue Apr 14, 2025 · 2 comments
Assignees
Labels
closing-soon This issue will close in 4 days unless further comments are made. feature-request A feature should be added or improved.

Comments

@abdulazeezkhan
Copy link

abdulazeezkhan commented Apr 14, 2025

Describe the feature

Hello AWS SDK team,

I am currently using the AWS SDK for Java, specifically the
aws-java-sdk-opensdk https://github.com/aws/aws-sdk-java/tree/master/aws-java-sdk-opensdk
module,module from AWS SDK for Java v1 provided a framework for building custom SDKs that could interact with non-AWS services in a manner similar to AWS service clients. This module was part of the broader AWS SDK v1 architecture.

Background:

The
aws-java-sdk-opensdk
module from AWS SDK for Java v1 provided a framework for building custom SDKs that could interact with non-AWS services in a manner similar to AWS service clients. This module was part of the broader AWS SDK v1 architecture.

In AWS SDK for Java v2, there isn't a direct equivalent to the
aws-java-sdk-opensdk

Request:

Is there a similar module or functionality in AWS SDK for V2
If not, are there any plans to introduce such a feature in the AWS SDK for V2?

Thank you for your support and any guidance you can provide on this topic.

AWS Java SDK version used

2

JDK version used

java 17

@abdulazeezkhan abdulazeezkhan added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Apr 14, 2025
@abdulazeezkhan abdulazeezkhan changed the title Request for Equivalent of aws-java-sdk-opensdk in AWS SDK for Go V2 #6028 Request for Equivalent of aws-java-sdk-opensdk in AWS SDK for V2 #6028 Apr 15, 2025
@sugmanue
Copy link
Contributor

@abdulazeezkhan you can also consider smithy-java, which is an open source project that's designed to generate SDKs that are not tied to any AWS service.

@debora-ito
Copy link
Member

We don't have plans to add an equivalent of aws-java-sdk-opensdk in Java SDK v2.

We recommend using smithy-java linked in @sugmanue's comment, you can read more about it in the Smithy main page and in the smithy-java repo.

@debora-ito debora-ito added closing-soon This issue will close in 4 days unless further comments are made. and removed needs-triage This issue or PR still needs to be triaged. labels Apr 25, 2025
@debora-ito debora-ito self-assigned this Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closing-soon This issue will close in 4 days unless further comments are made. feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants