conduit transfer --source=<source_sqs_url> --destination=<destination_sqs_url> --concurrency=10
conduit transfer --source=<source_sqs_url> --destination=<destination_sqs_url> --delete=false
conduit publish --destination=<destination_sqs_url> "message body"
cat file.txt | xargs conduit publish --destination=<destination_sqs_url>
docker run -it \
-e AWS_REGION=<region> \
-e AWS_ACCESS_KEY_ID=<access-key> \
-e AWS_SECRET_ACCESS_KEY=<secret> \
garugaru/conduit <command>
go get -u github.com/garugaru/conduit