Closed
Description
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:
# serverless.yml
app: my-app
tenant: my-company