diff options
author | jciskey <jciskey@gmail.com> | 2018-11-15 20:51:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 20:51:10 +0000 |
commit | 95cd2a858d042b889fe951df9b4c877ae934e92a (patch) | |
tree | af3a56bb3f0547cc9bdca67d907208e3e8e87866 | |
parent | Add LocalStack to FaaS (diff) | |
download | awesome-selfhosted-95cd2a858d042b889fe951df9b4c877ae934e92a.tar.gz awesome-selfhosted-95cd2a858d042b889fe951df9b4c877ae934e92a.zip |
Change license declaration
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1194,7 +1194,7 @@ See **[Ticketing](#ticketing)** - [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)) `Multiple` `Python/Other` +- [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` ### API Management |