Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

kaklakariada/aws-lambda-request-handler

Repository files navigation

aws-lambda-request-handler

Framework for creating AWS Lambda functions in API Gateway proxy integration mode.

⚠️ This project is not maintained any more ⚠️

Build Status Download

This library maps input and output format of a Lambda Function for Proxy Integration.

For deploying serverless applications using gradle see https://github.com/kaklakariada/aws-sam-gradle

Development

$ git clone https://github.com/kaklakariada/aws-lambda-request-handler.git
$ ./gradlew check
# Test report: build/reports/tests/index.html

Using eclipse

Import into eclipse using buildship.

Generate license header for added files:

$ ./gradlew licenseFormat

Publish to jcenter

  1. Create file gradle.properties in project directory with the following content and enter your bintray account:

    bintrayUser = <user>
    bintrayApiKey = <apiKey>
  2. Increment version number in build.gradle, commit and push.

  3. Run the following command:

    $ ./gradlew clean build check bintrayUpload -i
  4. Create a new release on GitHub.

  5. Sign in at https://bintray.com/ and publish the uploaded artifacts.