lambda-lite
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
License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdio.github.stepio.lambda |
ArtifactId | ArtifactIdlambda-lite-json |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLightweight Java-based skeleton for AWS Lambda functions
|
Filename | Size |
---|---|
lambda-lite-json-0.0.1.pom | |
lambda-lite-json-0.0.1.jar | 5 KB |
lambda-lite-json-0.0.1-sources.jar | 3 KB |
lambda-lite-json-0.0.1-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-json/ -->
<dependency>
<groupId>io.github.stepio.lambda</groupId>
<artifactId>lambda-lite-json</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-json/
implementation 'io.github.stepio.lambda:lambda-lite-json:0.0.1'
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-json/
implementation ("io.github.stepio.lambda:lambda-lite-json:0.0.1")
'io.github.stepio.lambda:lambda-lite-json:jar:0.0.1'
<dependency org="io.github.stepio.lambda" name="lambda-lite-json" rev="0.0.1">
<artifact name="lambda-lite-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stepio.lambda', module='lambda-lite-json', version='0.0.1')
)
libraryDependencies += "io.github.stepio.lambda" % "lambda-lite-json" % "0.0.1"
[io.github.stepio.lambda/lambda-lite-json "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.github.stepio.lambda : lambda-lite-core | jar | 1.0.0-SNAPSHOT |
com.fasterxml.jackson.core : jackson-databind | jar |
Group / Artifact | Type | Version |
---|---|---|
io.github.stepio.lambda : lambda-lite-test | jar | 1.0.0-SNAPSHOT |
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