Skip to content

Not working when a function handler is in a subdirectory #3

@plbrault

Description

@plbrault

I have a Lambda function which the handler is in a subdirectory, e.g.:

functions:
  myFunction:
    handler: myFunction/handler.myFunction

When I deploy with the plugin enabled, the handler is not included in the generated archive, thus my deployed function does not work.

I am using this plugin with Serverless 1.2.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions