The function in node_modules "teardown" is not being called (it's in an infinite waiting state).
I debugged the node_modules folder and found that for some reason, the "await this.teardown()" method is not being invoked in the lambda. Additionally, the logs (which I set up inside this function) are not being called either, and consequently after this function too.
When running locally, everything works perfectly.
