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: change to use AWS SDK v3 signing package #196

Conversation

nguyentoanit
Copy link
Contributor

@nguyentoanit nguyentoanit commented May 4, 2021

AWS SDK v3 was officially released: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/

I think it would be better if we refactor to use @aws-sdk/signature-v4 for signing package.

Closes #35

@jamesmbourne
Copy link
Owner

Great, thanks for this @nguyentoanit! I will review and hopefully merge shortly.

@jamesmbourne jamesmbourne merged commit 61048c3 into jamesmbourne:main Aug 9, 2021
@github-actions
Copy link

github-actions bot commented Aug 9, 2021

🎉 This PR is included in version 2.4.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jamesmbourne
Copy link
Owner

Hey @nguyentoanit - I had to revert these changes unfortunately. It seems to be causing a number of issues in the integration tests so I've backed it out for now.

These don't run in the automated builds at the moment but you can run them locally with:

yarn run test-it:deploy
yarn run test-it

I don't really have the capacity to investigate these failures right now but let me know if you find anything!

jamesmbourne added a commit that referenced this pull request Aug 9, 2021
* fix: Revert "fix: remove package-lock.json and regenerate yarn.lock (#291)"

This reverts commit 430246c.

* fix: Revert "Merge branch 'refactor/change-aws4-axios-to-use-aws-sdk-signing-package' of https://github.com/ScaleLeap/aws4-axios"

This reverts commit 61048c3, reversing
changes made to 72d3fc7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor to use AWS SDK v3 signing package
2 participants