Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
The extraordinary simple, performant, and extensible custom AWS Lambda runtime for Clojure.

**Holy Lambda supports multiple backends**
- [Babashka](https://github.com/babashka/babashka),
- Native Clojure (GraalVM compiled),
- Clojure (much faster than official AWS Java runtime),
- [Babashka](https://github.com/babashka/babashka)
- Native Clojure (GraalVM compiled)
- Clojure (much faster than official AWS Java runtime)

## Goals
- **Low cold starts** - Clojure goes fast on AWS Lambda.
Expand Down