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.