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

Preserve all meta information when declaring convenience functions in core ns #80

Closed ghost closed 4 years ago

ghost commented 4 years ago

This should close issue #68.

Changes:

clj-sqs-extended.core=> (doc create-standard-queue!)
-------------------------
clj-sqs-extended.aws.sqs/create-standard-queue!
([sqs-client queue-name] [sqs-client queue-name {:keys [kms-master-key-id kms-data-key-reuse-period], :as opts}])
  Creates a standard queue.
nil
clj-sqs-extended.core=> 

Please choose a name for the macro to your liking. I was thinking about something like:

but I wasn't sure what would be best here.