SQS Message Retrieval (File Based)
20 May 2021, Posted by All Posts, Computer Talk
in
First, thank you to Tamás Sallai for getting me on the right track. I originally started building this script with "for msg in `aws sqs receive-message --queue-url $QUEUE_URL --max-number-of-messages 10`" but then came across his post. For those struggling with this right now hope it...