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

Open
wata727 opened this issue Feb 14, 2024 · 0 comments
Open

Migration to aws-sdk-go v2 #611

wata727 opened this issue Feb 14, 2024 · 0 comments
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.

@wata727 wata727 added the enhancement New feature or request label Feb 14, 2024
@PatMyron PatMyron pinned this issue Mar 25, 2024
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

No branches or pull requests

1 participant