Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 252 Bytes

Readme.md

File metadata and controls

13 lines (10 loc) · 252 Bytes

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