SQS

SQS

Tools to read, write and manage SQS queues

class AwAws.SQS.sqs.SQS(region_name=None, role_arn=None)
queue_url(qname)

given the queue name, get the associated URL

read_from_sqs(waittime=1)

set a waittime to enable long polling

remove_from_sqs(receipt_handle)

remove a message from a queue

send_to_sqs(message)

send a message to a queue

send_to_sqs_fifo(message, dedup_id, group_id='standard')

send a message to a FIFO queue