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? #1432

Open
artem-nefedov opened this issue Aug 8, 2024 · 1 comment · May be fixed by #1451
Open

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

artem-nefedov opened this issue Aug 8, 2024 · 1 comment · May be fixed by #1451
Labels
enhancement New feature or request terratest

Comments

@artem-nefedov
Copy link

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?

@artem-nefedov artem-nefedov added the enhancement New feature or request label Aug 8, 2024
@ZachGoldberg ZachGoldberg added the terratest label Aug 14, 2024 — with Linear
wakeful added a commit to wakeful/terratest that referenced this issue Sep 29, 2024
wakeful added a commit to wakeful/terratest that referenced this issue Oct 4, 2024
@wakeful
Copy link

wakeful commented Oct 6, 2024

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/[email protected]=github.com/wakeful/[email protected]
go get github.com/gruntwork-io/terratest/modules/[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request terratest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants