1
0
Fork 0
mirror of https://github.com/nickpoida/og-aws.git synced 2025-02-12 18:02:01 +00:00

Merge pull request #648 from aaronwalker/patch-1

Add OpenFaaS as Lambda alternative
This commit is contained in:
Maish 2018-10-24 10:12:21 +03:00 committed by GitHub
commit 5333d5a045
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1518,7 +1518,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