Skip to content

A recipe for building AWS Lambdas using plain clojure

Notifications You must be signed in to change notification settings

juxt/plain-clojure-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic JVM Clojure lambda setup

Take a look at the reitit-function-url branch for an example of a shadow-cljs frontend + reitit backend all in one lambda!

Build

To build an uberjar:

$ clj -T:build uber

Then upload the target/lambda-*.jar to your lambda function and off you go!

About

A recipe for building AWS Lambdas using plain clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published