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

send-fifo-message requires a string for group-id, but we can loosen that by (str) the argument #66

Closed Quantisan closed 4 years ago

Quantisan commented 4 years ago

trying to be as dynamic typing for the core api fns as much as possible