lambda-lite

Lightweight Java-based skeleton for AWS Lambda functions

License

License

GroupId

GroupId

io.github.stepio.lambda
ArtifactId

ArtifactId

lambda-lite
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

lambda-lite
Lightweight Java-based skeleton for AWS Lambda functions
Project URL

Project URL

https://github.com/stepio/lambda-lite
Source Code Management

Source Code Management

https://github.com/stepio/lambda-lite

Download lambda-lite

Filename Size
lambda-lite-0.0.1.pom 9 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite/ -->
<dependency>
    <groupId>io.github.stepio.lambda</groupId>
    <artifactId>lambda-lite</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite/
implementation 'io.github.stepio.lambda:lambda-lite:0.0.1'
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite/
implementation ("io.github.stepio.lambda:lambda-lite:0.0.1")
'io.github.stepio.lambda:lambda-lite:pom:0.0.1'
<dependency org="io.github.stepio.lambda" name="lambda-lite" rev="0.0.1">
  <artifact name="lambda-lite" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.stepio.lambda', module='lambda-lite', version='0.0.1')
)
libraryDependencies += "io.github.stepio.lambda" % "lambda-lite" % "0.0.1"
[io.github.stepio.lambda/lambda-lite "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • lambda-lite-dependencies
  • lambda-lite-test
  • lambda-lite-core
  • lambda-lite-json
  • lambda-lite-parent

lambda-lite

Build Status Sonarcloud Status Codacy Badge DepShield Badge Apache 2.0 License

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

Versions

Version
0.0.1