I'm planning to write certain jobs in AWS Glue ETL using Pyspark, which I want to get triggered as and when a new file is dropped in an AWS S3 Location, just like we do for triggering AWS Lambda Functions using S3 Events.
But, I see very narrowed down options only, to trigger a Glue ETL script. Any help on this shall be highly appreciated.