Skip to content

mishalshah92/aws-lambda-java-template

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages