Serverless Programming with Fn Project
Fn is an open-source serverless platform powered by Docker. It runs on local machines, the data center, or the cloud, supports multiple languages, and lets you run any Docker container as a serverless function. This course gets you up and running with Fn.
What you'll learn
Serverless programming is an exciting new computing model, where you live entirely in the code. The big problem is cloud lock-in. Fn Project is different – it’s an open-source serverless framework which runs in containers on your local machine, in the data center, or in any cloud. In this course, Serverless Programming with Fn Project, you'll get up-and-running with Fn. First, you'll learn how to build functions in Go, Node.js, Java, and .NET Core. Then, you'll discover how serverless functions can be used to integrate systems or add functionality to existing systems. Finally, you'll explore how to make functions portable and run them in the cloud. When you’re finished with this course, you'll have the skills and knowledge of serverless to run functions in your own environment.
Table of contents
- Introducing Serverless and the Fn Project 3m
- How You Build and Run Serverless Functions with Fn 3m
- Demo: Deploying a Simple Go Function 4m
- Demo: Deploying Updates to Existing Functions 4m
- Understanding the Function Deployment Workflow 3m
- Demo: Building a Node.js Function Called from a Webhook 6m
- Working with Compiled Languages and the Fn Pipeline 3m
- Demo: Building a Java Function Called from a Webhook 5m
- Module Summary 2m
- Running Serverless Functions with Dockerized Apps 3m
- Demo: How Fn Manages Docker Containers 4m
- Configuring Fn Server to Connect Functions to Docker Networks 3m
- Demo: Adding Features to Apps with Fn 6m
- Using Serverless to add New Features to Existing Apps 4m
- Understanding the Communication Layer Between Fn and Functions 3m
- Demo: Running a Docker Container as a Function 5m
- Module Summary 3m
- Making Functions Portable 2m
- Demo: Configuration Settings in Functions 4m
- Demo: Configuration Frameworks in Functions 4m
- Understanding How Fn Uses a Docker Registry 3m
- Demo: Deploying Functions to a Remote Fn Server 7m
- Exploring a Production Architecture for Fn 3m
- Demo: Deploying Functions to Oracle Cloud 5m
- Module Summary 3m