mutton icon indicating copy to clipboard operation
mutton copied to clipboard

Feature/sqs event support

Open kmbotts opened this issue 4 years ago • 0 comments

Greetings, I'm looking for some Python experience and this is something with which I'm pretty familiar. I wrote Java versions at my company and this is a very similar idea. SQS is probably the most commonly used event for us, so I took a crack at it. The SQSEventHandler will implement the perform method (now abstract) and iterate over all the SQS records calling its own "process_message" method for each record.

I also broke out all the classes into separate files, not sure if that's typical in Python programming, but was easier for me to navigate in the IDE.

Let me know what you think.

kmbotts avatar Sep 05 '21 00:09 kmbotts