From c7316430a3a89067e9424a32fc84908a043558bb Mon Sep 17 00:00:00 2001 From: jciskey Date: Wed, 3 Oct 2018 14:32:48 -0500 Subject: [PATCH 1/2] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92b0b4da..5eb62528 100644 --- a/README.md +++ b/README.md @@ -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 From 95cd2a858d042b889fe951df9b4c877ae934e92a Mon Sep 17 00:00:00 2001 From: jciskey Date: Thu, 15 Nov 2018 14:51:10 -0600 Subject: [PATCH 2/2] Change license declaration --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5eb62528..4e228733 100644 --- a/README.md +++ b/README.md @@ -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