Awesome-Python-Scripts/send_sqs_messages_in_parallel/README.md
Jinam Shah 77f5f99296
Added script to send messages to sqs in parallel (#165)
* Added script to send messages to sqs in parallel

* Update README.md
2020-10-05 14:11:00 +05:30

557 B

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