https://github.com/logicblocks/aws.lambda
A library for building Clojure programs using AWS Lambda.
https://github.com/logicblocks/aws.lambda
Last synced: 6 months ago
JSON representation
A library for building Clojure programs using AWS Lambda.
- Host: GitHub
- URL: https://github.com/logicblocks/aws.lambda
- Owner: logicblocks
- License: mit
- Created: 2024-03-10T17:55:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:22:11.000Z (7 months ago)
- Last Synced: 2024-10-28T23:23:01.239Z (7 months ago)
- Language: Clojure
- Size: 190 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# aws.lambda
[](https://clojars.org/io.logicblocks/aws.lambda)
[](https://clojars.org/io.logicblocks/aws.lambda)
[](https://github.com/logicblocks/aws.lambda/graphs/contributors)A library for building Clojure programs using AWS Lambda.
## Install
Add the following to your `project.clj` file:
```clj
[io.logicblocks/aws.lambda "0.0.1"]
```## Usage
TODO: Add usage
## License
Copyright © 2024 LogicBlocks Maintainers
Distributed under the terms of the
[MIT License](http://opensource.org/licenses/MIT).