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-test |
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-test-0.0.1.pom | |
lambda-lite-test-0.0.1.jar | 1 KB |
lambda-lite-test-0.0.1-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-test/ -->
<dependency>
<groupId>io.github.stepio.lambda</groupId>
<artifactId>lambda-lite-test</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-test/
implementation 'io.github.stepio.lambda:lambda-lite-test:0.0.1'
// https://jarcasting.com/artifacts/io.github.stepio.lambda/lambda-lite-test/
implementation ("io.github.stepio.lambda:lambda-lite-test:0.0.1")
'io.github.stepio.lambda:lambda-lite-test:jar:0.0.1'
<dependency org="io.github.stepio.lambda" name="lambda-lite-test" rev="0.0.1">
<artifact name="lambda-lite-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stepio.lambda', module='lambda-lite-test', version='0.0.1')
)
libraryDependencies += "io.github.stepio.lambda" % "lambda-lite-test" % "0.0.1"
[io.github.stepio.lambda/lambda-lite-test "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |
org.assertj : assertj-core | jar | 3.14.0 |
org.mockito : mockito-core | jar | 3.2.4 |
org.apache.logging.log4j : log4j-slf4j-impl | jar |
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