Since I use your library in high load, in order to not create a client in every call, I wrote the following code: import sqs_extended_client _sqs_extended_client = None def get_sqs_extended_client(): ...
The test cases are yet to be mocked. Some scenarios that needs handling - When 2 Valid Q and 1 Invalid, Q without DLQ and other edge cases To run the python script please use run.sh AWS Default ...