Skip to content

michaelruocco/java-lambda-request-response

Repository files navigation

Java Lambda Request Response

Build Status Coverage Status Maven Central Codacy Badge

This project contains request and response objects that can be used when writing AWS Lambda functions in Java.

Usage

To use the library from a program you will need to add a dependency to your project. In gradle you would do this by adding the following to your build.gradle file:

dependencies {
    compile 'com.github.michaelruocco:java-lambda-request-response:1.0.8'
}

About

Library contains useful classes for writing AWS lambda functions in java

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages