Skip to content
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

Refactor to AWS SDK v3 #84

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Conversation

arpadgabor
Copy link

@arpadgabor arpadgabor commented Jan 17, 2024

Closes #83


Apparently the refactor wasn't as big as I had thought, all tests pass except verifier.test.ts as it stubs sdk v2 methods and I haven't yet studied how testing works with v3 I'm working on it.

There's also the API for waiting that has changed, which needs to be tested that it works (and if the parameters need changing).

I also haven't formatted the code yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AWS SDK v2 is no longer included in Node 18+ runtime, upgrade to v3 is required
1 participant