From 819e06eb3e541163d0e4146391398c80a1b639ea Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Thu, 27 Apr 2017 00:54:03 +0300 Subject: [PATCH] Add Apache OpenWhisk to Serverless section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbd556e..48577c2 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ Services to securely store your Docker images. ## Serverless * [ATOMIQ](https://github.com/atomiqio/atomiq) - The open source unified CaaS/FaaS platform for Docker, batteries included. (formerly AMP by Team Appcelerator) +* [Apache OpenWhisk](https://github.com/openwhisk/openwhisk) - serverless distributed event-based programming service that executes functions in response to events at any scale. * [Docker-Lambda](https://github.com/lambci/docker-lambda) - Docker images and test runners that replicate the live AWS Lambda environment * [FaaS](https://github.com/alexellis/faas) - Docker Serverless/Functions as a Service (on Docker Swarm) * [Funker](https://github.com/bfirsh/funker-example-voting-app) - Functions as Docker containers