Clojure Ring adapter for AWS Lambda.
See Quick and Easy Clojure on AWS Lambda in 2025.
Example usage:
(ns my-application.lambda
(:gen-class :implements
[com.amazonaws.services.lambda.runtime.RequestStreamHandler])
(:require [paulbutcher.ring-lambda-adapter :refer [handle-request]]))
(defn -handleRequest [_ is os _context] (handle-request my-application/app is os))
Copyright © 2025 Paulbutcher
Distributed under the Eclipse Public License version 1.0.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |