diff options
author | nodiscc <nodiscc@gmail.com> | 2018-11-15 23:16:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-15 23:16:56 +0000 |
commit | f41f96e9a28521999100e17b2942ce108cd22617 (patch) | |
tree | c9aef02d25fd76fe6cc69df0b0a1a0a552585e47 /README.md | |
parent | Merge pull request #1562 from davestephens/add-ansible-nas (diff) | |
parent | Change license declaration (diff) | |
download | awesome-selfhosted-f41f96e9a28521999100e17b2942ce108cd22617.tar.gz awesome-selfhosted-f41f96e9a28521999100e17b2942ce108cd22617.zip |
Merge pull request #1520 from jciskey/add-localstack
Add LocalStack to FaaS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1217,6 +1217,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)) `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 |