Open lebauce opened 1 year ago
is this going to be merged soon? there is a timeline for this?
AWS announced an EOL date for go sdk v1 recently - https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/
In alignment with our SDKs and Tools Maintenance Policy, AWS SDK for Go (v1) will enter maintenance mode on July 31, 2024 and reach end-of-support on July 31, 2025.
@radeksimko Thank you for taking the time to look at the PR. I updated the PR, updating the file go.mod
and applying the suggestion from @paulcacheux
I am also very interested in this functionality being added. Can we bubble this up?
The aws-sdk-go-v2 was announced as general availability in 2021 and brings few advantages such as not storing the endpoints list as a global variable, freeing memory.