Motiva-AI / clj-sqs-extended

Client library for AWS SQS with support for large messages, up to 2GB. This is a Clojure wrapper for https://github.com/awslabs/amazon-sqs-java-extended-client-lib
MIT License
3 stars 0 forks source link

Readme example should work out of the box #56

Closed ghost closed 4 years ago

ghost commented 4 years ago

This fixes issue #49.

Example now creates a bucket and a queue so that it can run out of the box. I left out the cleanup for the queue and bucket to keep it short.