This is a simple template project for an AWS lambda written in Java.
The main intention of this project is to have a copy/paste base for Lambda functions in Java.
Following libraries are included:
- AWS Lambda Java Core (Minimal set of interface definitions for Java support in AWS Lambda)
- AWS Lambda Java Events (Event interface definitions AWS services supported by AWS Lambda)
- AWS Lambda Java Log4J (Support for using log4j 1.2 with AWS Lambda)
Official AWS Lambda guide for Java
http://docs.aws.amazon.com/lambda/latest/dg/java-programming-model.html