Liking cljdoc? Tell your friends :D

fierycod.holy-lambda.core

Integrates the Clojure code with two different runtimes: Java Lambda Runtime, Native Provided Runtime. The former is the Official Java Runtime for AWS Lambda which is well tested and works perfectly fine, but it's rather slow due to cold starts whereas, the latter is a custom runtime integrated within the framework. It's a significantly faster than the Java runtime due to the use of GraalVM.

Integrates the Clojure code with two different runtimes: Java Lambda Runtime, Native Provided Runtime.
The former is the Official Java Runtime for AWS Lambda which is well tested and works perfectly fine, but it's rather slow due to cold starts whereas,
the latter is a custom [runtime](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html) integrated within the framework.
It's a significantly faster than the Java runtime due to the use of GraalVM.
raw docstring

deflambdacljmacro

(deflambda name doc-string? <mixin-sign? mixin? [request] fn-body)

Convenience macro for generating defn alike lambdas.

Convenience macro for generating defn alike lambdas.
sourceraw docstring

merge-mixinsclj

(merge-mixins & mixins)

Merges multiple mixins properties

Merges multiple mixins properties
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close