io.github.stepio.lambda:lambda-lite-parent

Lightweight Java-based skeleton for AWS Lambda functions

License

License

GroupId

GroupId

io.github.stepio.lambda
ArtifactId

ArtifactId

lambda-lite-parent
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

Lightweight Java-based skeleton for AWS Lambda functions

Download lambda-lite-parent

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
io.github.stepio.lambda : lambda-lite-test jar 1.0.0-SNAPSHOT

Project Modules

There are no modules declared in this project.

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