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
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
The text was updated successfully, but these errors were encountered:
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
@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.
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: