Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible for Glue Workflow or Trigger to obtain parameters from EventBridge. You can pass parameters to Glue Workflow or Trigger as a part of the EventBridge event payload. The Glue Workflow or Trigger can then extract the necessary parameters and use them in the workflow or trigger.

To pass parameters to Glue Workflow or Trigger using EventBridge, you need to create an event rule in EventBridge and configure it to send events to the Glue Workflow or Trigger. You can then include the required parameters in the event payload using key-value pairs.

In the Glue Workflow or Trigger, you can use code to extract the parameters from the event payload and use them within the workflow or trigger. The exact process of extracting the parameters will depend on the programming language and framework you are using.