Slide 22
Slide 22 text
Serverless Functions
• Simple functions - compute
• No infrastructure setup / provisioning, no servers to handle
• Pay-per-request (spent time ~100ms)
• Writable in Node.js, Python, Go, C#, Java …
• If you know how to write a single JavaScript function,
… you’ll know how to write a Serverless one