(call afn-sym)
(call afn-sym event context)
(call afn-sym input output context)
Resolves the lambda function calls it with the event and context
Resolves the lambda function calls it with the event and context
(deflambda name doc-string? attrs-map? [event context] prepost-map? fn-body)
(deflambda name
doc-string?
attrs-map?
[input output context]
prepost-map?
fn-body)
Similiar to defn
, with the limitation that it only allows the
2 arity definition. Defined Lambda is safe to use either in Java Runtime or
with the Custom Runtime alongside this library.
Similiar to `defn`, with the limitation that it only allows the 2 arity definition. Defined Lambda is safe to use either in Java Runtime or with the Custom Runtime alongside this library.
(error & vs)
(gen-main lambdas)
Generates the main function. The -main is then used by AWS to run Custom runtime which then proxies function names to corresponding handler
Generates the main function. The -main is then used by AWS to run Custom runtime which then proxies function names to corresponding handler
(info & vs)
(log & vs)
(warn & vs)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close