Open reconbot opened 7 years ago
context.callbackWaitsForEmptyEventLoop = false probably breaks error notification as that would happen asynchronously yet we tell lambda that we're done as soon as the response goes out.
context.callbackWaitsForEmptyEventLoop = false
context.callbackWaitsForEmptyEventLoop = false
probably breaks error notification as that would happen asynchronously yet we tell lambda that we're done as soon as the response goes out.