-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
AWS SDK V2 Upgrade and update scalers #4953
Conversation
Signed-off-by: Jeevan Reddy Ragula <jeevanragula@gmail.com>
Thank you for your contribution! 🙏 We will review your PR as soon as possible. While you are waiting, make sure to:
Learn more about: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution 🙇
/run-e2e aws |
Signed-off-by: Jeevan Reddy Ragula <jeevanragula@gmail.com>
/run-e2e aws |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Signed-off-by: Jeevan Reddy Ragula <jeevanragula@gmail.com> Signed-off-by: anton.lysina <alysina@gmail.com>
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.
This PR is to update the code to use AWS SDK V2.
Checklist
Fixes #4905
Relates to #4905