com.thoughtsforge/aws-lambda-runtime

A lightweight Clojure library for building AWS Lambda custom runtimes. GraalVM native-image friendly.

Leiningen/Boot

[com.thoughtsforge/aws-lambda-runtime "0.01.001"]

Clojure CLI/deps.edn

com.thoughtsforge/aws-lambda-runtime {:mvn/version "0.01.001"}

Gradle

implementation("com.thoughtsforge:aws-lambda-runtime:0.01.001")

Maven

<dependency>
  <groupId>com.thoughtsforge</groupId>
  <artifactId>aws-lambda-runtime</artifactId>
  <version>0.01.001</version>
</dependency>