bustle / wool

Lambda Wrapper
3 stars 1 forks source link

error notification and callbackWaitsForEmptyEventLoop #10

Open reconbot opened 7 years ago

reconbot commented 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.