timothymugayi / boto3-sqs-extended-client-lib

Boto3 SQS Extended Client Library for Python. An extension to the boto3 sqs client that enables sending and receiving messages up to 2GB via Amazon S3. [WARNING: This library is still under development contributors welcome]
Apache License 2.0
27 stars 23 forks source link

Adds FIFO queue support #12

Closed Checkroth closed 4 years ago

Checkroth commented 4 years ago

Description

Adds support for FIFO queues to SQSClientExtended. Includes some slight refactoring to avoid implementing the same logic multiple times.

Fixes #11

PR type

Changelog updated

There are no current changelog entries, so I am unsure of the format.

Breaking changes

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

Checklist:

codecov-io commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 1.14%. The diff coverage is 21.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   25.30%   24.15%   -1.15%     
==========================================
  Files           3        3              
  Lines         166      178      +12     
==========================================
+ Hits           42       43       +1     
- Misses        124      135      +11     
Impacted Files Coverage Δ
pysqs_extended_client/SQSClientExtended.py 21.05% <21.05%> (-0.96%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 17d7a24...471c684. Read the comment docs.

Checkroth commented 4 years ago

I will work on adding some tests later. For now I guess this is just a proof of concept to see if its something you want to include or not.