Liking cljdoc? Tell your friends :D

paulbutcher/ring-lambda-adapter

Clojars Project

Clojure Ring adapter for AWS Lambda.

Usage

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))

License

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

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close