Hi Fabien! Hopefully this helps with scoping out your work, but here are two examples for you to leverage:
ā¢
Train a machine learning model
ā¢
AWS datalake example
Both examples make use of AWS EventBridge and Prefect webhooks to emit events to your Prefect workspace. In turn the events can be used to trigger automations that kick off downstream flows. I imagine something similar could be done with AWS SNS. In short, the order of operations looks like this for the examples I shared:
S3 file created ā”ļø EventBridge Rule ā”ļø Prefect Webhook ā”ļø Automation ā”ļø Kick off Flow run