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
The Lambda handler path is set using path.join which uses the native system path separator. Using the windows path separator causes lambda to fail to import the handler.