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
localstack host not known when taking shortcut via lein test :all #76
While developing taking a shortcut by just running the tests via leiningen now results in an error because "localstack" is not known unless manually added to your OSses host list.
Desired solution:
Either use localstack or localhost depending on the environment
While developing taking a shortcut by just running the tests via leiningen now results in an error because "localstack" is not known unless manually added to your OSses host list.
Desired solution: