A simple Python application illustrating usage of Seven Senders SQS Proxy with the Java AWS SDK. Subscribing to shipment events via SQS (Python/boto3).
For more details refer to Seven Senders Support Portal.
- Python 2 or 3
- pip
pip3 install -r requirements.txt
# For Python 2 use:
# pip install -r requirements.txt
Enter your Seven Senders API key in the sqs-python-example.py file (aws_access_key_id
).
Run
python3 sqs-python-example.py
## Python 2:
# python sqs-python-example.py