From 724dfcbcf7a952da6c7a68002c6a6dcf3b7aa974 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Tue, 10 Apr 2018 14:33:14 -0700 Subject: [PATCH] Add workshop note to the TestDrive --- TestDrive.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TestDrive.md b/TestDrive.md index 2dc47a9c..88e96389 100644 --- a/TestDrive.md +++ b/TestDrive.md @@ -1,5 +1,13 @@ # OpenFaaS - TestDrive +## TestDrive (v2) + +The TestDrive has been replaced by the OpenFaaS workshop which is a set of self-paced labs developed by the community to teach you the basics of building Serverless Functions with OpenFaaS. + +Please start [Lab 1 here](https://github.com/openfaas/workshop) + +## TestDrive (v1) + OpenFaaS (or Functions as a Service) is a framework for building serverless functions on Docker Swarm and Kubernetes with first class metrics. Any UNIX process can be packaged as a function in FaaS enabling you to consume a range of web events without repetitive boiler-plate coding. > Please support the project and put a **Star** on the repo.