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

Minor typo correction (#743)

Co-authored-by: Ross Coundon <ross.coundon@leadent.digital>
This commit is contained in:
Ross Coundon 2020-06-08 21:05:01 +01:00 committed by GitHub
parent 68756012a9
commit 56831e79fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1574,7 +1574,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/). Also if your are running Kubernetes another Lambda alternative is [OpenFaaS](https://github.com/openfaas/faas)
- 🚪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 you are running Kubernetes another Lambda alternative is [OpenFaaS](https://github.com/openfaas/faas)
### Lambda Gotchas and Limitations