Repeatedly takes messages from an SQS queue and POSTs them to an HTTP endpoint of your choosing.
TODO: Write project introduction
clojure -X:run :post-url '"http://localhost:8080"' :queue-url '"http://sqs.us-west-2.amazonaws.com/1234567890/my-queue"'
To find your queue URL, you can run:
aws sqs list-queues
Alpha status. Still working out the kinks. Not suitable to be used in a production environment.
TODO: How does a user install the project?
TODO: Is there more documentation somewhere?
TODO: How is the project tested?
TODO: How can someone else contribute?
Copyright © Collbox Inc, 2023
Distributed under the MIT License.