diff options
author | jciskey <jciskey@gmail.com> | 2018-10-03 19:32:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-03 19:32:48 +0000 |
commit | c7316430a3a89067e9424a32fc84908a043558bb (patch) | |
tree | dbbda7d7a75e6891326bf609de03c3313768445f | |
parent | Merge pull request #1515 from JC5/patch-1 (diff) | |
download | awesome-selfhosted-c7316430a3a89067e9424a32fc84908a043558bb.tar.gz awesome-selfhosted-c7316430a3a89067e9424a32fc84908a043558bb.zip |
Add LocalStack to FaaS
LocalStack provides a local cloud environment that matches AWS APIs and functionality for included components. This includes Lambda functions for serverless computing.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1194,6 +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` - [OpenFaaS](https://www.openfaas.com/) - Serverless Functions Made Simple for Docker & Kubernetes. ([Source Code](https://github.com/openfaas/faas)) `MIT` `Go` ### API Management |