Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 368 Bytes

File metadata and controls

9 lines (5 loc) · 368 Bytes

Sample application

This application demonstrates the use of the vertx-aws-lambda adapter.

You can build this application by issuing:

mvn package

The sample application jar file vertx-aws-lambda-sample-app-0.0.1-SNAPSHOT.jar can be directly uploaded as a function package to AWS Lambda. It was tested with 256 MB of memory and the timeout set to 60 seconds.