clojure-aws-lambda-runtime is a custom runtime for running AWS Lambda functions written in Clojure, with compatibility to compile them into native programs using GraalVM.
Here's a simple example.
(ns user
(:require [clojure-aws-lambda-runtime.core :refer :all])
;;; => returns `[[1 1 2 4] [1 3 4 8] [3 1 4 8] [3 3 6 12]]` evaluated fully async and takes slightly over 50ms total time.
See the existing tests for more examples.
clojure-aws-lambda-runtime is built, tested, and deployed using Clojure Tools Deps.
GNU Make is used to simplify invocation of some commands.
clojure-aws-lambda-runtime releases for this project are on Clojars. Simply add the following to your project:
- For any other questions or issues about clojure-aws-lambda-runtime free to browse or open a Github Issue.
See CONTRIBUTING.md
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.
Copyright 2024 Jose Gomez
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.