faas/sample-functions
Alex Ellis d2204b55bf Sample YML
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
2017-09-27 10:29:01 +01:00
..
2017-09-09 09:42:57 +01:00
2017-09-02 20:14:08 +01:00
2017-04-09 22:33:05 +01:00
2017-09-06 15:23:15 +01:00
2017-09-25 11:22:59 +01:00
2017-08-14 16:22:01 +01:00
2017-08-23 19:48:38 +01:00
2017-09-13 10:31:33 -07:00
2017-04-30 10:52:42 +01:00
2017-09-27 10:29:01 +01:00

Hello World in different languages:

For examples of hello-world in different programming languages see inside the BaseFunctions folder:

Demo functions from closing keynote @ Dockercon

Sample functions from the FaaS stack

Also see the community page for functions created by FaaS users and contributors.

Here is a list of the sample functions included this repository.

Name Details
AlpineFunction BusyBox - a useful base image with busybox utilities pre-installed
ApiKeyProtected Example in Golang showing how to read X-Api-Key header
CaptainsIntent Alexa skill - find the count of Docker Captains
ChangeColorIntent Alexa skill - change the colour of IoT-connected lights
CatService Uses cat from BusyBox to provide an echo service
DockerHubStats Golang function gives the count of repos a user has on the Docker hub
HostnameIntent Prints the hostname of a container
NodeInfo Node.js - gives CPU/network info on the current container
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