From aaeec87d25d866d95519ebbd2dbd2787222b0131 Mon Sep 17 00:00:00 2001 From: Aaron Walker Date: Mon, 22 Oct 2018 15:38:30 +0200 Subject: [PATCH] Add OpenFaaS as Lambda alternative Adds link to OpenFaaS in Lambda Alternatives and Lock-in section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e00908d..53286e4 100644 --- a/README.md +++ b/README.md @@ -1519,7 +1519,7 @@ Lambda ### Lambda Alternatives and Lock-in -- 🚪Other clouds offer similar services with different names, including [Google Cloud Functions](https://cloud.google.com/functions/), [Azure Functions](https://azure.microsoft.com/en-us/services/functions/), and [IBM OpenWhisk](http://www.ibm.com/cloud-computing/bluemix/openwhisk/). +- 🚪Other clouds offer similar services with different names, including [Google Cloud Functions](https://cloud.google.com/functions/), [Azure Functions](https://azure.microsoft.com/en-us/services/functions/), and [IBM OpenWhisk](http://www.ibm.com/cloud-computing/bluemix/openwhisk/). Also if your are running Kubernetes another Lambda alternative is [OpenFaaS](https://github.com/openfaas/faas) ### Lambda Gotchas and Limitations