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

create-queue doesn't seem to be using sqs-endpoint from aws-config #70

Closed Quantisan closed 4 years ago

Quantisan commented 4 years ago
backend-common.queue=> (creds)
{:access-key "local", :secret-key "local", :sqs-endpoint "http://sqs:9324", :region "us-west-2"}

backend-common.queue=> (sqs-ext/create-standard-queue (creds) "test")
"http://localhost:9324/queue/test"
Quantisan commented 4 years ago

I bundled this to run entirely inside a container for the tests. So that there's absolutely no localstack available on http://localhost. It will have to go through http://localstack instead. This is failing as expected as all the queues are still using localhost somewhere.

https://app.circleci.com/pipelines/github/Motiva-AI/clj-sqs-extended/162/workflows/8bb38f0c-e9c4-4b3a-9be0-51fadaab5797/jobs/163/parallel-runs/0/steps/0-105