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.