You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Keda project, we are currently using below AWS Go SDK version.
github.com/aws/aws-sdk-go v1.44.287
But AWS released a V2 version long back which has few advantages over V1.
Below are the snippets from their docs.
The AWS SDK for Go v2 requires Go 1.15 or higher, and offers significant performance improvements in CPU and memory utilization over version 1. Review our Developer Guide to get started with AWS SDK for Go v2 or review the migration guide if you already use version 1.
The AWS SDK for Go V2 has been updated to take advantage of the Go modules which became the default development mode in Go 1.13. A number of packages provided by the SDK have been modularized and are independently versioned and released respectively. This change enables improved application dependency modeling, and enables the SDK to provide new features and functionality that follows the Go module versioning strategy.
Proposal
In the Keda project, we are currently using below AWS Go SDK version.
github.com/aws/aws-sdk-go v1.44.287
But AWS released a V2 version long back which has few advantages over V1.
Below are the snippets from their docs.
Docs
https://aws.amazon.com/blogs/developer/aws-sdk-for-go-version-2-general-availability/
Migrating to the AWS SDK for Go V2
https://aws.github.io/aws-sdk-go-v2/docs/
We can upgrade to AWS SDK V2.
Use-Case
No response
Is this a feature you are interested in implementing yourself?
Maybe
Anything else?
No response
The text was updated successfully, but these errors were encountered: