Use this sample code to author Java functions in Lambda. It also supports local debugging.
Download and install the aws-lambda-runner Maven repository.
Run $ mvn compile exec:java to run the Lambda function locally.
βββ src
β βββ main
β βββ java
β βββ com
β βββ kevinsimard
β βββ aws
β βββ lambda
β βββ Function.java
βββ .editorconfig
βββ .gitattributes
βββ .gitignore
βββ LICENSE.md
βββ README.md
βββ pom.xml
This package is open-sourced software licensed under the MIT license.