diff options
author | Minghe <h.minghe@gmail.com> | 2019-03-25 12:50:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-25 12:50:02 +0000 |
commit | 7f141bc3602fe7697e2250f279c042f7fc1e648d (patch) | |
tree | 1d5735795af068c33221d264817f98c75fe1dcc9 | |
parent | fix typo (diff) | |
download | awesome-selfhosted-7f141bc3602fe7697e2250f279c042f7fc1e648d.tar.gz awesome-selfhosted-7f141bc3602fe7697e2250f279c042f7fc1e648d.zip |
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1242,7 +1242,7 @@ _See [awesome-sysadmin/Continuous Integration & Continuous Deployment](https://g *[Serverless computing on Wikipedia](https://en.wikipedia.org/wiki/Serverless_computing)* -- [FX](https://github.com/metrue/fx) - fx is a tool to help you do Function as a Service with painless on your own servers. `MIT` `Go` +- [fx](https://github.com/metrue/fx) - fx is a tool to help you do Function as a Service with painless on your own servers. `MIT` `Go` - [IronFunctions](https://github.com/iron-io/functions) - The serverless microservices platform by [iron.io](https://www.iron.io/). `Apache-2.0` `Go` - [LocalStack](https://localstack.cloud/) - LocalStack is a fully functional local AWS cloud stack. This includes Lambda for serverless computation. ([Source Code](https://github.com/localstack/localstack)) `Apache-2.0` `Python/Other` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` |