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
Serverless dashboard creates wrapper functions for the handler methods which contains metadata used for logging lambda invocations. When serverless-jetpack plugin is used these wrapper functions do not get created and the lambda functions end up failing because the files and functions no longer exist. These functions are prefixed with s_ like s_my_function.js
To enable dashboard on an existing serverless project add app and tenant: