/aws-sqs-python

Sample code of Sending and Retrieving message from AWS SQS (Simple Queue Messaging), writen in Python

Primary LanguagePython

AWS SQS (Simple Queue Messaging) Sample Code in Python

Sample code of Sending and Recieving message from AWS SQS (Simple Queue Messaging), writen in Python.

How to send

$ python sender.py

How to receive

$ python reciever.py