This repository provides a minimal Clojure tool to manage AWS SQS queues and messages using the Cognitect AWS API — a pure data-driven, idiomatic Clojure interface to AWS services.
- Create and delete SQS queues
- Send and receive messages
- List existing queues
- Delete messages
- Purely functional and idiomatic Clojure code
- No Java interop needed