bmdca / sqssand

Playing with AWS SQS with python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up SQS in AWS console.

Edit smoke_test.py and change the following variables to your AWS config:

  • QUEUE_URL to your sqs queue url.
  • AWS_ACCESS_KEY
  • AWS_SECRET_KEY
  • AWS_SESSION_TOKEN

Run this:

pip install -r requirements.txt
python smoke_test.py

About

Playing with AWS SQS with python


Languages

Language:Python 100.0%