jegesh / python-sqs-listener

A simple wrapper for boto3 for listening, and sending, to an AWS SQS queue
Other
154 stars 71 forks source link

Implement the ability to pass serialization and deserialization functions #48

Closed Thundzz closed 1 year ago

Thundzz commented 3 years ago

Hello,

This merge request includes the following changes:

Serialization

Python 2.7 compatibility

These "compatibility" changes are pretty minor, and allow for the library to still be used by python 2.7.


Please feel free to tell me if anything is unclear or you wish to discuss or change something in the proposed merge request.

Regards,