Open
Description
Currently I have to set the callback as so:
export function handler(event, context, done) {
done = done || context.done
return done(null, {
message: 'Go Serverless! Your Lambda function executed successfully!'
})
}
Apparently the new lambda API encourages use of the 3rd optional callback.
May be worthwhile for normalizing: https://github.com/SC5/lambda-wrapper
Metadata
Metadata
Assignees
Labels
No labels