Files
fn-serverless/examples/tutorial
Chad Arimura 2c899e3905 readme mods
2017-05-25 14:44:02 -07:00
..
2017-05-25 14:44:02 -07:00
2017-05-25 14:31:22 -07:00
2017-05-25 14:31:22 -07:00
2017-05-25 14:42:33 -07:00

Tutorial Series

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

Tutorial 1
Learn the basics about sending data into your function

Tutorial 2: Learn how to get parameters from a web request

Tutorial 3: Write your first HotFunction (stays alive to minimize latency between requests)

Tutorial 4: TBD