Azure Functions (release 2, beta)
PROS
- the only "big" provider supporting node.js LTS 8 (aws and gcp still on 6.x)
- automated deploy using git (tested w bitbucket), use different function apps per env (dev, stage, prod etc) and map against branches
- local dev environment
CONS
- cli deploy very unstable
- "function host not running" errors
- long cold starts with just a few deps
- Azure/azure-functions-nodejs-worker#49
- Azure/azure-functions-host#2136
- Azure/azure-functions-core-tools#352
- Azure/Azure-Functions#163
- Azure/azure-functions-core-tools#363
- Azure/azure-functions-pack#21