This is java aws-lambda-java template. This template allows to build AWS Lambda seamlessly.
AWS Developer Guide: https://docs.aws.amazon.com/lambda/latest/dg/getting-started.html
Below command will generate the distribution zip under build/distributions/{app_name}.zip.
$ ./gradlew [Targets]-
$ ./gradlew cleanClean the previous generated builds.
-
$ ./gradlew buildCompile the classes and generate build. Build can be found under
build/distributions/{app_name}.jardirectory. -
$ ./gradlew testExecutes jUnit
testof the lambda function.
- Build Pipeline: https://github.com/mishalshah92/aws-lambda-java-template/actions
- Email: mishalshah92@gmail.com