[DEVPLAT-4317] Remove aws-sdk-go v1 #154
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
In this PR we are removing the usage of deprecated
aws-sdk-go(deprecation announcement).Most of internal Go services are migrated to
aws-sdk-go-v2.Checklist
developmentand/orstagingUpdated theREADME.mdas necessaryRelated links
Note
Drops aws-sdk-go v1, migrates instrumentation and Kafka MSK IAM auth to aws-sdk-go-v2, removes deprecated APIs, and updates tests/dependencies.
pkg/instrumentation.InstrumentAWSSessionandkafka.Config.AwsSession.InstrumentAWSClientusing dd-trace v2 middleware; delete v1 session wrapper.aws_test.goto use v2 (config,s3, resolver types) and new span/tag expectations.getAwsMskIamSaslOptionnow accepts only*aws.Config; remove session-based path and helper.stsclient; adjust imports and calls.github.com/aws/aws-sdk-gov1 and related transitive deps; tidygo.mod/go.sum.Written by Cursor Bugbot for commit fbee091. This will update automatically on new commits. Configure here.