Simple python client for a SQS emulator
Introduction This is a post about how to write a simple python client for a sqs emulator, for the purpose of functional testing. How to run the queue emulator Pre-requisites: docker docker-compose The easiest way to run a queue emulator in a...