Framework for creating AWS Lambda functions in API Gateway proxy integration mode.
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
$ git clone https://github.com/kaklakariada/aws-lambda-request-handler.git
$ ./gradlew check
# Test report: build/reports/tests/index.html
Import into eclipse using buildship.
$ ./gradlew licenseFormat
-
Create file
gradle.properties
in project directory with the following content and enter your bintray account:bintrayUser = <user> bintrayApiKey = <apiKey>
-
Increment version number in
build.gradle
, commit and push. -
Run the following command:
$ ./gradlew clean build check bintrayUpload -i
-
Create a new release on GitHub.
-
Sign in at https://bintray.com/ and publish the uploaded artifacts.