Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T22:31:44.000Z (about 4 years ago)
- Last Synced: 2024-07-22T16:22:46.335Z (4 months 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
[![Build Status](https://travis-ci.org/stepio/lambda-lite.svg?branch=master)](https://travis-ci.org/stepio/lambda-lite)
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=stepio_aws-lambda-lite&metric=alert_status)](https://sonarcloud.io/dashboard?id=stepio_aws-lambda-lite)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/0f952b82bf1d4469bcddcbc202655278)](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)
[![DepShield Badge](https://depshield.sonatype.org/badges/stepio/lambda-lite/depshield.svg)](https://depshield.github.io)
[![Apache 2.0 License](https://img.shields.io/badge/license-Apache%202-blue.svg)](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)