Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 724 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 724 Bytes

Seven Senders SQS Python Example

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.

Requirements

  • Python 2 or 3
  • pip

Installation

pip3 install -r requirements.txt

# For Python 2 use:
# pip install -r requirements.txt

Credentials

Enter your Seven Senders API key in the sqs-python-example.py file (aws_access_key_id).

Usage

Run

python3 sqs-python-example.py

## Python 2:
# python sqs-python-example.py