cloudops92 / aws-lambda-java-template

This is java aws-lambda-java template. This template allows to build AWS Lambda seamlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-lambda-java-template

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

Developing

Below command will generate the distribution zip under build/distributions/{app_name}.zip.

$ ./gradlew [Targets]

Targets

  • $ ./gradlew clean

    Clean the previous generated builds.

  • $ ./gradlew build

    Compile the classes and generate build. Build can be found under build/distributions/{app_name}.jar directory.

  • $ ./gradlew test

    Executes jUnit test of the lambda function.

Overview

About

This is java aws-lambda-java template. This template allows to build AWS Lambda seamlessly.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%