Files
fn-serverless/examples/tutorial
Travis Reeder 5a2602d42e Updated docs, cleaned things up, DRY's up function format stuff. (#688)
* Updated docs, cleaned things up, DRY's up function format stuff.

* deleted files

* updated bad link
2018-01-16 14:45:44 -08:00
..
2017-09-08 09:26:08 -07:00

Getting Started Series

Welcome to the Fn Getting Started Series, the best way to get started with Fn and serverless computing.

Prequisites

When starting a new shell, remember to:

# Log Docker into your Docker Hub account
docker login

# Set your Docker Hub username
export FN_REGISTRY=<DOCKERHUB_USERNAME>

Hello World Examples

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

Key Examples

  • Learn how to get parameters from a web request. Click here
  • Write your first HotFunction (stays alive to minimize latency between requests). Click here

Learn More