Files
fn-serverless/examples/tutorial
Reed Allman 8a59654582 go vet yourself (#397)
go vet caught some nifty bugs. so fixed those here, and also made it so that
we vet everything from now on since the robots seem to do a better job of
vetting than we have managed to.

also adds gofmt check to circle. could move this to the test.sh script (didn't
want a script calling a script, because $reasons) and it's nice and isolated
in its own little land as it is. side note, changed the script so it runs in
100ms instead of 3s, i think find is a lot faster than go list.

attempted some minor cleanup of various scripts
2017-10-06 08:42:33 -07:00
..
2017-10-06 08:42:33 -07:00
2017-10-02 20:14:51 -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