Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.33 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.33 KB

ZenHub Join the chat at https://gitter.im/ingenieux/lambada

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

Installation

$ mvn install

Usage

See lambada-example. Some ideas:

$ mvn -Pdeploy deploy
$ mvn lambada:serve (builds a server on localhost using the @ApiGateway)