TheClimateCorporation / squeedo

clojure core.async based amazon SQS message processing
Apache License 2.0
62 stars 28 forks source link

trim aws sdk dependency to just sqs #24

Closed mtkp closed 7 years ago

mtkp commented 7 years ago

avoid transitive dependency issues by packaging only the aws dependencies squeedo needs.

additional cleanup:

mtkp commented 7 years ago

i'd be happy to do that in a follow up PR. would like to have a release with the existing sdk version but with extraneous stuff removed.