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
I spinned off the larger points 1 and 4 to new issues #33 and #34 to keep the size of the corresponding PRs small.
Changes:
Added docker-compose file for spinning up the localstack testing infrastructure during development. Tested and confirmed working
Added internal ns to hold important core methods that we don't want to directly expose to the library user
core ns now holds conveniance forward declarations for things we do want to expose to the library user but which are located somewhere further down in internal areas
Renamed and moved around affected things, sorted requires/imports alphabetically
This clears points 2, 3 and 5 of issue #31.
I spinned off the larger points 1 and 4 to new issues #33 and #34 to keep the size of the corresponding PRs small.
Changes: