You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In all examples, but invokee.js in the LambdaInvoke folder, the handler function misses the callback parameter. While the example work, the lambda function crashes with SIGTERM error just after the handler is invoked.
In all examples, but invokee.js in the LambdaInvoke folder, the handler function misses the callback parameter. While the example work, the lambda function crashes with SIGTERM error just after the handler is invoked.
Adding the callback and invoking it before returning according to https://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-handler.html solves the issue.
The text was updated successfully, but these errors were encountered: