be.cloudway:gramba-runtime-dev-addons

A GraalVM runtime and toolset for AWS Lambda

License

License

MIT
GroupId

GroupId

be.cloudway
ArtifactId

ArtifactId

gramba-runtime-dev-addons
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

A GraalVM runtime and toolset for AWS Lambda
Project Organization

Project Organization

be.cloudway

Download gramba-runtime-dev-addons

How to add to project

<!-- https://jarcasting.com/artifacts/be.cloudway/gramba-runtime-dev-addons/ -->
<dependency>
    <groupId>be.cloudway</groupId>
    <artifactId>gramba-runtime-dev-addons</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/be.cloudway/gramba-runtime-dev-addons/
implementation 'be.cloudway:gramba-runtime-dev-addons:0.0.2'
// https://jarcasting.com/artifacts/be.cloudway/gramba-runtime-dev-addons/
implementation ("be.cloudway:gramba-runtime-dev-addons:0.0.2")
'be.cloudway:gramba-runtime-dev-addons:jar:0.0.2'
<dependency org="be.cloudway" name="gramba-runtime-dev-addons" rev="0.0.2">
  <artifact name="gramba-runtime-dev-addons" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.cloudway', module='gramba-runtime-dev-addons', version='0.0.2')
)
libraryDependencies += "be.cloudway" % "gramba-runtime-dev-addons" % "0.0.2"
[be.cloudway/gramba-runtime-dev-addons "0.0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.amazonaws : aws-lambda-java-core jar 1.2.0
be.cloudway : gramba-runtime jar 0.0.2
commons-cli : commons-cli jar 1.3.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
org.assertj : assertj-core jar 3.11.1

Project Modules

There are no modules declared in this project.

Gramba

Gramba, is a for now experimental library that acts as a small interface for AWS Lambda native compiled projects. It's mostly a toolset with a small runtime that can be added to a regular lambda to act as a bridge between AWS standard Java lambdas and the AWS Lambda Runtime API.

It relies fully on the awesome GraalVM project which can be found here And seeks to make native compiling easier for AWS Lambda!

Work in progress

We are working towards a release, so this readme will be futher completed along with a blogpost. That is a follow up of the previous blogpost that can be found on medium or our website

be.cloudway

Cloudway

Cloud Native Software Development @ Cloudway

Versions

Version
0.0.2
0.0.1