Liking cljdoc? Tell your friends :D

fierycod.holy-lambda.agent

Provides utils for generating native-configurations via GraalVM agent. GraalVM agent is convenient tool for complex project, so that user does not have to put each entry of reflective call to configuration by hand.

Provides utils for generating native-configurations via GraalVM agent.
GraalVM agent is convenient tool for complex project, so that
user does not have to put each entry of reflective call to configuration by hand.
raw docstring

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

fierycod.holy-lambda.interceptor

This is very naive implementation of interceptors and it's a subject to change. Consider this namespace as an alfa.

This is very naive implementation of interceptors and it's a subject to change. Consider this namespace as an alfa.
raw docstring

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

× close