BUG: Serverless is no longer creating wrapper functions for serverless dashboard
See original GitHub issueServerless 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
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
BUG: Serverless is no longer creating wrapper functions for ...
Serverless dashboard creates wrapper functions for the handler methods which contains metadata used for logging lambda invocations.
Read more >Serverless Next.js Component - Serverless Framework: Plugins
This project is a better version of the serverless plugin which focuses on addressing core issues like next 9 support, better development experience,...
Read more >Zero Configuration Monitoring and Alerts now available for ...
Serverless Framework Dashboard comes with nine alerts available out of the box, no configuration or setup needed. Your serverless functions will ...
Read more >Variables - Serverless Framework
Variables. Variables allow users to dynamically replace config values in serverless.yml config. They are especially useful when providing secrets for your ...
Read more >Serverless Dashboard
The Serverless Framework documentation for AWS Lambda, API Gateway, EventBridge, DynamoDB and much more.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cbumstead I have a hacky patch that’s still majorly WIP, but would love to hear if it works from an inputs and outputs perspective (as well as not having negative side effects.
Branch is at
bug/dashboard
.Thanks!
@khaledosman – I think this issue is properly closed. And there are lots of reasons why jetpack might not be bundling functions (e.g., other plugins set
package.artifact
, etc.). Can you open a new issue and with:SLS_DEBUG="*" serverless package
terminal dump