You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exportfunctionhandler(event,context,done){done=done||context.donereturndone(null,{message: 'Go Serverless! Your Lambda function executed successfully!'})}
Apparently the new lambda API encourages use of the 3rd optional callback.
Currently I have to set the callback as so:
Apparently the new lambda API encourages use of the 3rd optional callback.
May be worthwhile for normalizing: https://github.com/SC5/lambda-wrapper
The text was updated successfully, but these errors were encountered: