cortex icon indicating copy to clipboard operation
cortex copied to clipboard

Remove aws/aws-sdk-go dependency in dynamodb ring

Open friedrichg opened this issue 1 year ago • 1 comments

Describe the bug Update aws/aws-sdk-go to aws/aws-sdk-go-v2 in

https://github.com/cortexproject/cortex/blob/c2c48277746aba2f2088f3b015c97df1bc15c679/pkg/ring/kv/dynamodb/dynamodb.go#L10

and remove dependency in go.mod and go.sum

The old sdk is in maintenance mode https://github.com/aws/aws-sdk-go?tab=readme-ov-file#warning-this-sdk-is-in-maintenance-mode

friedrichg avatar Jan 07 '25 10:01 friedrichg

This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Apr 26 '25 18:04 stale[bot]

$ go mod graph|grep aws-sdk-go@
github.com/cortexproject/cortex github.com/aws/[email protected]
github.com/aws/[email protected] github.com/jmespath/[email protected]
github.com/golang-migrate/migrate/[email protected] github.com/aws/[email protected]
github.com/prometheus-community/[email protected] github.com/aws/[email protected]
github.com/prometheus/[email protected] github.com/aws/[email protected]
github.com/weaveworks/[email protected] github.com/aws/[email protected]

friedrichg avatar Sep 01 '25 21:09 friedrichg