faas/sample-functions
Alex Ellis 1eaf13c6c8 Windows port - spike (#66)
* Add Windows Dockerfile.win
* Create appveyor.yml
* Create build.ps1
* Port Golang example to Windows
2017-04-27 09:12:15 +01:00
..
2017-04-27 09:12:15 +01:00
2017-04-09 22:32:15 +01:00
2017-04-09 22:33:05 +01:00
2017-04-26 09:46:13 +01:00
2017-04-06 13:19:09 +01:00
2017-04-14 19:29:23 +01:00
2017-04-23 18:01:22 +01:00
2017-04-26 09:48:37 +01:00

Hello World in different languages:

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

Sample functions from the FaaS stack

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

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