gruntwork-io / terratest

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
https://terratest.gruntwork.io/
Apache License 2.0
7.54k stars 1.33k forks source link

Migration to aws-sdk-go-v2? #1432

Open artem-nefedov opened 3 months ago

artem-nefedov commented 3 months ago

AWS SDK for Go (v1) is already in maintenance mode since July 31, 2024, and is moving towards end of life: https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/

Are there any plans to migrate Terratest to aws-sdk-go-v2?

wakeful commented 1 month ago

hey @artem-nefedov

Can you help test my PR #1451? You can point to my fork by using the replace directive in your go.mod file.

go mod init github.com/wakeful/new-project
go mod edit -replace github.com/gruntwork-io/terratest@v0.47.2=github.com/wakeful/terratest@v0.48.0
go get github.com/gruntwork-io/terratest/modules/aws@v0.47.2