diff options
author | nodiscc <nodiscc@gmail.com> | 2019-03-30 12:46:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-30 12:46:56 +0000 |
commit | f158183c6ef3d12b3cb429d6a538d5e7742526bc (patch) | |
tree | 1d21fc53188d857ad39097fcd98294c9cb0ac415 | |
parent | Merge pull request #1652 from Kickball/contrib-link-helpwantedfix (diff) | |
parent | fix typo (diff) | |
download | awesome-selfhosted-f158183c6ef3d12b3cb429d6a538d5e7742526bc.tar.gz awesome-selfhosted-f158183c6ef3d12b3cb429d6a538d5e7742526bc.zip |
Merge pull request #1655 from metrue/patch-2
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1238,7 +1238,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` |