-
Notifications
You must be signed in to change notification settings - Fork 16
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
Upgrade AWS library to version 2 #596
Conversation
This PR is now out of date. The addition of lambdas means that we should spend some time trying to make those work. The interface changed slightly, but it might have some broader ramifications. I'm still going through the docs on this one, but my recommendation is to not merge at the moment. |
1178fda
to
c31e651
Compare
c31e651
to
ba753a0
Compare
Rebased on main and resolved conflicts. It looks like all the service worker code and lambdas were written against the new library rather than the old one. We can deploy this into staging and test it out before merging and do a pass over it to see if anything else needs to change. |
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
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.
code looks good, works for me locally and on aws 🚀
51ca083
This PR changes the golang aws library to the v2 golang library, over the v1 library. It may be worthwhile to hold off on merging this PR until after the metadata PRs are merged, as the lambda introduction would also need to be updated.
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.