Serverless handlers can be defined like this: ``` functions: myFunc: handler: functions/myhandler ``` This format does not work with serverless-plugin-optimize - it doesn't resolve the filename correctly, resulting in a '.js' file in the package zip.
Serverless handlers can be defined like this:
This format does not work with serverless-plugin-optimize - it doesn't resolve the filename correctly, resulting in a '.js' file in the package zip.