Files
fn-serverless/examples/tutorial
Denis Makogon 783490dc79 Addressing certain comments
What's new?
 - better error handling
 - still need to decode JSON from function because we need status code and body
 - prevent request body to be a problem by deferring its close
 - moving examples around: putting http and json samples into one folder
2017-10-07 00:43:07 +03:00
..
2017-10-06 08:42:33 -07:00
2017-09-08 09:26:08 -07:00
2017-09-29 08:50:59 -06:00

Tutorial Series

Welcome to the Fn Tutorial Series, the best way to get started with Fn and serverless computing. In the following tutorials, we'll gradually introduce many of the key features of Fn.

Guided Tour

Part 1

Learn the basics about sending data into your function. Choose your language:

Part 2

Learn how to get parameters from a web request. Click here

Part 3

Write your first HotFunction (stays alive to minimize latency between requests). Click here

Other Tutorials