I have connected zapier to a webhook I am listening too, which sends a JSON file into my s3 bucket.
I have some python code that I want to execute when a new file is uploaded into the bucket, in real time over the file.
What is the best way to 'listen' for the upload of this file into the s3 bucket?