https://github.com/wdhowe/aws-lambda-clj
AWS Lambda Clojure function examples.
https://github.com/wdhowe/aws-lambda-clj
aws aws-lambda clojure clojure-deps clojure-tools docker
Last synced: 10 months ago
JSON representation
AWS Lambda Clojure function examples.
- Host: GitHub
- URL: https://github.com/wdhowe/aws-lambda-clj
- Owner: wdhowe
- License: epl-2.0
- Created: 2022-07-29T02:35:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T03:39:05.000Z (over 1 year ago)
- Last Synced: 2024-05-02T18:13:17.897Z (over 1 year ago)
- Topics: aws, aws-lambda, clojure, clojure-deps, clojure-tools, docker
- Language: Clojure
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-lambda-clj
AWS Lambda Clojure function examples.
All Clojure AWS Lambda function examples in this project are packaged in a Docker container.
----
Examples
* clj-scheduled -> Runs a Clojure (JVM) Lambda on a schedule.