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
Added the converted Java working example for initial experimentation #4
Some points:
a) How about switching over to timbre [1] for logging?
b) Even though the code does not include setting any special credentials, I get an exception in case there is no .aws folder within my home. Need to research.
c) To run this you'll of course need a locally running localstack [2] endpoint. Simply starting the docker container after checkout worked fine for me
Please let me know what you think.
Some points: a) How about switching over to timbre [1] for logging? b) Even though the code does not include setting any special credentials, I get an exception in case there is no .aws folder within my home. Need to research. c) To run this you'll of course need a locally running localstack [2] endpoint. Simply starting the docker container after checkout worked fine for me
[1] https://github.com/ptaoussanis/timbre [2] https://github.com/localstack/localstack