Awesome
Lambada: AWS Lambda for Silly People
Lambada is a platform for writing AWS Lambda functions using Apache Maven and Java
Points of Interest:
- We use gitter as our chatroom. Please join us, everyone is welcome :)
- For updates, join our Mailing List
- We also use ZenHub, so if you'd like to have deeper insight into our development process, please install its Chrome extension and visit any of our repository boards.
Docs
- http://lambada.ingenieux.com.br/lambada-maven-plugin/
- http://lambada.ingenieux.com.br/lambada-runtime/
- http://lambada.ingenieux.com.br/lambada-invoker/
- http://lambada.ingenieux.com.br/lambada-testing/
Installation
$ mvn install
Usage
See lambada-example. Some ideas:
$ mvn -Pdeploy deploy
$ mvn lambada:serve (builds a server on localhost using the @ApiGateway)