serverless-plugin-optimize icon indicating copy to clipboard operation
serverless-plugin-optimize copied to clipboard

Add support for Azure provider

Open juhamust opened this issue 9 years ago • 1 comments

Serverless 1.8 comes with Azure provider support. While it also requires Node >= 6.5.x, Babel support is less required, but also Azure functions could take the advantage of optimized code.

Currently, the deployment fails with error:

ENOENT: no such file or directory, stat 
'/Users/juha/Projects/azure-test/_optimize/azure-test-dev-httpjs/functions/handler.js'

juhamust avatar Mar 07 '17 11:03 juhamust

@juhamust Thanks for reporting this.

I don't work with Azure and I am super busy right now to dedicate time to whatever is required to be able to run SLS with azure provider. Will be faster if someone working already with Azure provider can have a play and fix.

PR's are very welcomed! 👍

goncaloneves avatar Mar 07 '17 18:03 goncaloneves