This should not happen since AWS Lambda continues running a Node.js lambda until the event loop is empty and callback
is invoked (see Using the Callback parameter). Maybe there was an exception at some point?
If you can reproduce the error, please open an issue in the lambda-watchtower repo and we’ll see if we can’t fix it :-)