Skip to content

Latest commit

 

History

History
 
 

send_sqs_messages_in_parallel

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Send messages to sqs in parallel

A python script that will take a file with a lot of messages to be sent to sqs and will send them to a queue in highly parallelized manner.
This is especially useful for batch processing requests.
Works when aws configure is done correctly or iam role is attached to the machine

Requirement

pip3 install boto3

#Usage Go to Upload_files_to_s3 directory and add your folder's name you want to upload to s3 and then run upload_files_to_s3.py as below:

$ python3 send_to_sqs.py