Enigmatic-Smile / serverless-plugin-optimize

⛔️ DEPRECATED ⛔️ Bundle with Browserify, transpile and minify with Babel automatically to your NodeJS runtime compatible JavaScript
https://www.npmjs.com/package/serverless-plugin-optimize
MIT License
130 stars 53 forks source link

Add support for Azure provider #35

Open juhamust opened 7 years ago

juhamust commented 7 years ago

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'
goncaloneves commented 7 years ago

@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! 👍