readme mods

This commit is contained in:
Chad Arimura
2017-05-25 14:42:33 -07:00
parent 2ed7504269
commit da09f18741
2 changed files with 21 additions and 9 deletions

View File

@@ -4,7 +4,12 @@
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.
1. [Tutorial 1](examples/tutorial/hello): Learn the basics about sending data into your function
2. [Tutorial 2](examples/tutorial/params): Learn how to get parameters from a web request
3. [Tutorial 3](examples/tutorial/hotfunctions): Write your first HotFunction (stays alive to minimze latency between requests)
4. [Tutorial 4](): TBD
**[Tutorial 1](examples/tutorial/hello)**
: Learn the basics about sending data into your function
**[Tutorial 2](examples/tutorial/params)**: Learn how to get parameters from a web request
**[Tutorial 3](examples/tutorial/hotfunctions)**: Write your first HotFunction (stays alive to minimize latency between requests)
**[Tutorial 4]()**: TBD