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

https://github.com/ljtfreitas/clj-aws-localstack-lab

some examples using localstack with clojure
https://github.com/ljtfreitas/clj-aws-localstack-lab

Last synced: 4 days ago
JSON representation

some examples using localstack with clojure

Awesome Lists containing this project

README

        

# clj-aws-localstack-lab

Some examples using [LocalStack](https://github.com/localstack/localstack) with clojure.

## Usage

I used Docker in order to run LocalStack environment. You need Docker and `docker-compose` installed (instructions [here](https://github.com/localstack/localstack#running-in-docker))

The `docker-compose.yml` file I used is in the `local-stack` folder, with a few configurations for my tests. For other configurations and options, see the [LocalStack docs](https://github.com/localstack/localstack#running-in-docker)