Slide 7
Slide 7 text
Serverless Providers
AWS Lambda - tightly coupled with AWS; seamless integration with other AWS events/services; hard to “start from scratch”
Supports: Java, Go, PowerShell, Node.js, C#, Python and Ruby
Free Tier available (AWS account required)
Google Cloud Functions - package.json support, gcloud CLI deployment, easily work with Chrome Headless (puppeteer)
Supports: Node.js 6/8, Python 3
Free Tier available (GCP account required)
Azure Functions - great .NET support (obviously), multiple deployment options (including CLI)
Supports: C#, Node.js, F#, Java, Python
Free Tier available (Azure account required)
Cloudflare Workers - very fast spin-up time (V8 isolates vs containers), short execution time, JS the whole way down
Supports: JavaScript, WebAssembly
No Free Tier available
Zeit.co Now - extremely developer friendly, great CLI tools, easy aliasing to custom domains
Supports: Node.JS, Custom docker images
Free Tier available - only email required