We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01dd4c9 commit d0466eeCopy full SHA for d0466ee
src/_shims/handler.js
@@ -25,8 +25,7 @@ exports.handler = async (event, context) => {
25
server = createServer(app, null, app.binaryTypes || [])
26
}
27
28
- context.callbackWaitsForEmptyEventLoop =
29
- app.callbackWaitsForEmptyEventLoop === true ? true : false
+ context.callbackWaitsForEmptyEventLoop = app.callbackWaitsForEmptyEventLoop === true
30
31
// provide sls intialize hooks
32
if (app.slsInitialize && typeof app.slsInitialize === 'function') {
0 commit comments