https://github.com/stepio/lambda-lite
Lightweight Java-based skeleton for AWS Lambda functions
https://github.com/stepio/lambda-lite
aws aws-lambda jackson java8 maven rest rest-api
Last synced: 12 months ago
JSON representation
Lightweight Java-based skeleton for AWS Lambda functions
- Host: GitHub
- URL: https://github.com/stepio/lambda-lite
- Owner: stepio
- License: apache-2.0
- Created: 2018-12-23T19:26:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T22:31:44.000Z (over 5 years ago)
- Last Synced: 2025-01-28T04:46:18.147Z (about 1 year ago)
- Topics: aws, aws-lambda, jackson, java8, maven, rest, rest-api
- Language: Java
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-lite
[](https://travis-ci.org/stepio/lambda-lite)
[](https://sonarcloud.io/dashboard?id=stepio_aws-lambda-lite)
[](https://app.codacy.com/app/stepio/lambda-lite?utm_source=github.com&utm_medium=referral&utm_content=stepio/lambda-lite&utm_campaign=Badge_Grade_Dashboard)
[](https://depshield.github.io)
[](https://www.apache.org/licenses/LICENSE-2.0.txt)
Lightweight Java-based skeleton for AWS Lambda functions
**Update:** This project won't be supported anymore as there is a solid mature implementation of what I was looking for when I started it: [awslabs/serverless-application-model](https://github.com/awslabs/serverless-application-model)