I'm using AWS and created a CodePipeline using multiple resources (CodeCommit). I properly getting events like this:
{'CodePipeline.job': {'id': '...
In this event I can find the latest commit for each CodeCommit resource but I did not find how I can determine which specific resource triggered the CodePipeline execution. Is it something doable ? Thanks for your help.