bulky-fireman-68939
01/18/2024, 1:46 PM@trigger(event="my-event")
decorator.
I have an AWS SQS EventSource that publishes events with eventName: my-event
. Can I use the trigger decorator above to get a flow to process the SQS message included in the Argo event? Or is this decorator meant to be used only to react to events created from metaflow? (because I can see that the decorator creates an Argo EventSensor with predefined eventSourceName
and eventName
, but I can't see any options to change those 🤷)