Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1022 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1022 Bytes

cowfish

Python package Python Version Version Format License codecov

A useful asynchronous library that is built on top of aiobotocore

Usage

python -m cowfish.sqsprocesser queue_name region_name

Examples

firehose = Firehose(name, worker_params={'maxsize': 1000})

async def go():
    await firehose.put({'a': 3, 'b': 4})
    ...
    await firehose.stop()

For dynamodb

use aioboto3 instead.