-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat(signature-v4a): create SignatureV4a JavaScript implementation #1319
base: main
Are you sure you want to change the base?
Conversation
|
Looking forward to this functionality |
Any movement on this @kuhe? We cannot use the current sigv4a signing with the aws-crt dependency due to incompatibility with js build tools. |
Unfortunately, I do not have an estimate as to when this will be available. It is in a state of awaiting an internal review, due to its relation to a security feature. |
Darn, this is definitely something we're waiting for so we can use this in lambda with JS build tools since the aws-crt package has relative pathing to binaries. |
moved from #1250 so I have write access.
The goal of the original PR is to have a sigv4a implementation without the CRT, so it can be used in browsers.