-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Update dependencies #1109
Comments
#1105 includes a commit where I made a pass at that. Of note, I got some panics it the metrics/cloudwatch2 tests after upgrading. Also I believe there are breaking API changes in the newest versions of those dependencies someone should take a look at. |
Thanks, I'll take a look at that. We should consider upgrading to the v2 SDK for AWS. It's not a giant module anymore for every service. |
Yeah, I noticed that, but didn't want to take on the effort of figuring out how to use the new API. I agree it is probably a good idea for someone to do, though. |
I'm gonna take a look at it. |
PRs sent. I left the "old" AWS SDK in place for now. I couldn't tell the difference between cloudwatch and cloudwatch2. If the only difference is the AWS SDK version, we could just deprecate the old one. |
Dependencies are updated. We can run |
Let's update the dependencies of this project to use latest versions.
I'd prefer finishing #1100 first, because it already changes dependencies considerably.
The text was updated successfully, but these errors were encountered: