Regenerate AWS SDK for Go V2 service clients (e.g., S3) #3178
Unanswered
Prashant-IBM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi AWS team,
I am trying to understand how service clients like S3 are generated in the AWS SDK for Go V2. In the V1 SDK (aws-sdk-go), we used the
make gen-services
command to generate service clients.I found
codegen/sdk-codegen/aws-models/s3.json
similar toapi-2.json
I tried
cd codegen && ./gradlew clean build -Plog-tests && ./gradlew clean
but couldn't succeed.However, I couldn’t find a similar documented approach in aws-sdk-go-v2. My use case involves either:
codegen/sdk-codegen/aws-models/s3.json
Could you please clarify:
What is the official way to generate or regenerate a service client (like S3) in the SDK v2?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions