Skip to content

BUG: Serverless is no longer creating wrapper functions for serverless dashboard #67

Closed
@cbumstead

Description

@cbumstead

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingverifiedIssue is verified and actionable

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions