Hello, 

I need to parallelise an AWS CLI command X number of times. Do I need to create 
or list or something? 

$ seq 10 | parallel aws sqs send-message --queue-url "<queue-url>" 
--message-body "aws_sqs"

The command works OK without using GNU parallel.

Many Thanks

Aidy


Reply via email to