
LAMBDA FRAMEWORK
https://github.com/rogelio-o/lambda-framework
I started this project to develop Serverless applications because there was no tools for that. The idea behind the framework is to develop serverless functions as small applications instead of as unique functions. Also, the framework intends abstract the serverless infrastructure provider so the same application can run in any infrastructure.
Currently, the framework keep evolving. It exists a functional version and new features will be adding in following versions. The project is OpenSource and anybody can contribute through the GitHub repository.
The framework is developed with Typescript and it is available in NPM. It exists a core library (lambda-framework), libraries for each provider (lambda-framework-aws and lambda-framework-gcloud) and extensions libreries.