An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# aws.lambda

[![Clojars Project](https://img.shields.io/clojars/v/io.logicblocks/aws.lambda.svg)](https://clojars.org/io.logicblocks/aws.lambda)
[![Clojars Downloads](https://img.shields.io/clojars/dt/io.logicblocks/aws.lambda.svg)](https://clojars.org/io.logicblocks/aws.lambda)
[![GitHub Contributors](https://img.shields.io/github/contributors-anon/logicblocks/aws.lambda.svg)](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).