From af14d07d3d4b57aae079b0d0b34cac21e0abd9e4 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Sun, 30 Apr 2017 10:51:14 +0100 Subject: [PATCH] Add sample function links. --- sample-functions/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sample-functions/README.md b/sample-functions/README.md index 7db13958..61381a07 100644 --- a/sample-functions/README.md +++ b/sample-functions/README.md @@ -4,8 +4,15 @@ For examples of hello-world in different programming languages see inside the Ba * [Base Functions](https://github.com/alexellis/faas/tree/master/sample-functions/BaseFunctions) +## Demo functions from closing keynote @ Dockercon + +* [fass-dockercon](https://github.com/alexellis/faas-dockercon/) +* [Video from Dockercon](https://blog.docker.com/2017/04/dockercon-2017-mobys-cool-hack-sessions/) + ## Sample functions from the FaaS stack +> Also see the [community page](https://github.com/alexellis/faas/blob/master/community.md) for functions created by FaaS users and contributors. + Here is a list of the sample functions included this repository. | Name | Details | @@ -21,4 +28,3 @@ Here is a list of the sample functions included this repository. | WebhookStash | Golang function provides way to capture webhooks - JSON/text/binary are all OK | | WordCountFunction | BusyBox `wc` is exposed as a function / service through FaaS | -Also see the [community page](https://github.com/alexellis/faas/blob/master/community.md) for functions created by FaaS users and contributors.