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-servicescommand to generate service clients.I found
codegen/sdk-codegen/aws-models/s3.jsonsimilar toapi-2.jsonI tried
cd codegen && ./gradlew clean build -Plog-tests && ./gradlew cleanbut 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.jsonCould 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