Hello folks
I inspected available examples of Python code for custom triggers and realized that all of them are rather a kind of low-level programming from scratch
The code usually isn't easy to read and understand meanwhile the objective is usually very simple.
So I wonder is there any framework to build such triggers in Python (or any other language) and have no need to deal with service operations and code constructions but just compose the desired logic instead?
Any help on this would be much appreciated