-
Notifications
You must be signed in to change notification settings - Fork 17
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
Issues deploying code to AWS Lambda #8
Comments
Hi @kldeb, Go ahead and open the PR and I'll give it a look. Thanks! |
Hi @kentcdodds! @kldeb was kind enough to notify us about Hopefully, @kldeb is able to pass the tests, and we can improve a bit |
🎉 This issue has been resolved in version 1.1.3 🎉 The release is available on: Your semantic-release bot 📦🚀 |
For some reason this code will not execute properly using node v20 running on aws lambda deployed using sst.
I was able to fix this issue by replacing this package:
import * as base32 from 'thirty-two'
with
and updating the code to use those 2 functions.
While preparing a PR for this change I broke the tests. I want to make sure that modifying the tests to support this change will not break any existing implementations. Could someone give me a hand with the test cases?
I was able to get all the tests working again except
Fail to verify an invalid TOTP
. I had to modifyoptions can be customized
like so:Edit: I don't think this change will affect existing implementations but I want to be sure.
The text was updated successfully, but these errors were encountered: