From 4267d3822bf42a3dcd02661175ef5f0b64c93785 Mon Sep 17 00:00:00 2001 From: verita84 Date: Mon, 15 Nov 2021 19:27:26 +0000 Subject: [PATCH] Update 'Serverless (FaaS)' --- Serverless-%28FaaS%29.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Serverless-%28FaaS%29.md b/Serverless-%28FaaS%29.md index 590594a..9bf640d 100644 --- a/Serverless-%28FaaS%29.md +++ b/Serverless-%28FaaS%29.md @@ -1,7 +1,6 @@ With this feature, applications can spin up containers themselves and retrieve data from the PiCluster server. Let’s explore how this works. First, upload ```function-sample.zip``` from ```picluster/example/x86_64/ubuntu``` in the ```Image``` -> ```Manage``` -> ```Upload``` section of the PiCluster Web Console. Next, create a function as shown below. -![Pic](https://verita84.com/git/verita84/picluster/raw/branch/master/images/faas-2.png) - +![Pic](https://git.rage.lol/verita84/picluster/raw/branch/master/images/faas-2.png) Below is the sample code for the function. It is a simple Node.js application that sends ```Hello, World!``` back to the server as the output. ```