An open API service indexing awesome lists of open source software.

https://github.com/cbuschka/aws-sqs-batch-sender-python

AWS SQS Batch Sender for boto3
https://github.com/cbuschka/aws-sqs-batch-sender-python

aws batch boto3 sqs

Last synced: 7 months ago
JSON representation

AWS SQS Batch Sender for boto3

Awesome Lists containing this project

README

          

# AWS SQS Batch Sender for boto3

![Written in Python](https://img.shields.io/badge/python-3.6,%203.7,%203.8,%203.9-blue.svg) [![PyPI](https://img.shields.io/pypi/v/aws-sqs-batch-sender)](https://pypi.org/project/aws-sqs-batch-sender/) [![Build](https://github.com/cbuschka/aws-sqs-batch-sender-python/workflows/build/badge.svg)](https://github.com/cbuschka/aws-sqs-batch-sender-python) [![License](https://img.shields.io/github/license/cbuschka/aws-sqs-batch-sender-python.svg)](https://github.com/cbuschka/aws-sqs-batch-sender-python/blob/main/license.txt)

This is the AWS SQS batch sender offered to boto3 as [pull request #2590](https://github.com/boto/boto3/pull/2590). As long as the code has not been merged the batch sender can be added as a dependency through this library.

## Development Prerequisites

* GNU make
* docker-compose
* python >= 3.6

## License

Copyright (c) 2021 by [Cornelius Buschka](https://github.com/cbuschka).

[MIT](./license.txt)