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 |
---|---|
GroupId | GroupIdio.github.stepio.lambda |
ArtifactId | ArtifactIdlambda-lite-core |
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-core-0.0.1.pom | |
lambda-lite-core-0.0.1.jar | 16 KB |
lambda-lite-core-0.0.1-sources.jar | 8 KB |
lambda-lite-core-0.0.1-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-core/ -->
<dependency>
<groupId>io.github.stepio.lambda</groupId>
<artifactId>lambda-lite-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-core/
implementation 'io.github.stepio.lambda:lambda-lite-core:0.0.1'
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-core/
implementation ("io.github.stepio.lambda:lambda-lite-core:0.0.1")
'io.github.stepio.lambda:lambda-lite-core:jar:0.0.1'
<dependency org="io.github.stepio.lambda" name="lambda-lite-core" rev="0.0.1">
<artifact name="lambda-lite-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stepio.lambda', module='lambda-lite-core', version='0.0.1')
)
libraryDependencies += "io.github.stepio.lambda" % "lambda-lite-core" % "0.0.1"
[io.github.stepio.lambda/lambda-lite-core "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.amazonaws : aws-lambda-java-core | jar | 1.2.0 |
com.amazonaws : aws-lambda-java-events | jar | 2.2.7 |
org.slf4j : slf4j-api | jar | 1.7.30 |
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