-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Migrate from aws-sdk-go to aws-sdk-go-v2 #14142
Labels
aws
Used for AWS Related Issues.
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
Comments
lxea
added
the
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
label
Jul 6, 2022
2 tasks
FYI, we use v1 interface for mocking in testing and we do common error casting using v1 types. Migrating DB access and discovery to |
Acknowledged. We're going to need to do it anyway as v1 is going end of life and we have unnecessary binary bloat due to using both. |
This was referenced Jun 25, 2024
This was referenced Dec 9, 2024
This was referenced Jan 8, 2025
This was referenced Jan 15, 2025
This was referenced Jan 17, 2025
This was referenced Jan 28, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
aws
Used for AWS Related Issues.
feature-request
Used for new features in Teleport, improvements to current should be #enhancements
Both versions are currently used in teleport (join_ec2.go,lib/utils/ec2.go use v2), V1 should be migrated away from eventually
Docs for migration: https://aws.github.io/aws-sdk-go-v2/docs/migrating/
aws-sdk-go/aws/awsutil
package #43846The text was updated successfully, but these errors were encountered: