We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After that the lambda is not getting invoked in the update and insert
The text was updated successfully, but these errors were encountered:
hey @mymail4blogs - i just had this same symptom.
TL;DR: is your handler async? if not, try making it so.
Digging into the code, in src/executeFunctions ~L33 it is checking i the response is a promise. It doesn't run the callback its not a promise.
src/executeFunctions
Sorry, something went wrong.
@sdebaun I'm current busy with few other things, PR is welcome.
I use async in my tests, but I have similar issue. Could you provide me any ideas how to fix this?
No branches or pull requests
After that the lambda is not getting invoked in the update and insert
The text was updated successfully, but these errors were encountered: