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

Migration to aws-sdk-go v2 #611

Closed
wata727 opened this issue Feb 14, 2024 · 0 comments · Fixed by #667
Closed

Migration to aws-sdk-go v2 #611

wata727 opened this issue Feb 14, 2024 · 0 comments · Fixed by #667
Labels
enhancement New feature or request

Comments

@wata727
Copy link
Member

wata727 commented Feb 14, 2024

AWS has announced the end of support for aws-sdk-go v1, and we will need to migrate to v2.
https://aws.amazon.com/jp/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/

It would be relatively easy to simply update the Go module, but the problem is that code generation depends on v1 OpenAPI definitions. In v2, the API definition is written in Smithy, so we need to use this to rework the codegen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

1 participant