Relative Content

Tag Archive for amazon-web-servicesamazon-s3aws-glueaws-event-bridge

How to pass AWS EventBridge event parameters to a Glue Workflow

I have set up a pipeline that uses EventBridge to trigger a Glue workflow when a new file is added to an S3 bucket. I’ve tested the pipeline and verified that when I add a new file to S3, EventBridge successfully triggers my Glue workflow and kicks off a Glue job.

triggering glue job via event bridge

I want to make an event bridge rule such that it gets invoked every time a csv file is dropped inside a particular bucket, and as soon as this csv file is dropped my glue job should get triggered.