Files
fn-serverless/examples/tutorial
David Delabassee b6bcb9cb01 Set runtime to 'java' to have the pom.xml created (#217)
When the runtime is ['assumed'](11b5c4ce67/cli/init.go (L182-L188)) (i.e. not explicitly set to 'java'), the [pom.xml isn't created(85ae711447/cli/langs/java.go (L38-L45)) 
and [init fail](85ae711447/cli/langs/java.go (L99-L101)).
2017-08-29 08:59:53 -07:00
..
2017-07-07 10:14:08 -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