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:
commit
5333d5a045
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue