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
- Host: GitHub
- URL: https://github.com/ljtfreitas/clj-aws-localstack-lab
- Owner: ljtfreitas
- Created: 2020-05-25T23:09:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T23:17:33.000Z (almost 5 years ago)
- Last Synced: 2024-11-12T14:25:48.138Z (6 months ago)
- Language: Clojure
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - ljtfreitas/clj-aws-localstack-lab - some examples using localstack with clojure (⭐️2) (Clojure)
- stars - ljtfreitas/clj-aws-localstack-lab - some examples using localstack with clojure (⭐️2) (Clojure)
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)