2

Can you set dynamically messageGroupId from the payload content when you set SQS FIFO as a target for your EventBridge rule?

From the current setup I see that it can be only a hardcoded value.

1 Answers1

1

You would need to have a lambda function in between to set messageGroupId:

EventBridige --> Lambda --> SQS FIFO.
Marcin
  • 215,873
  • 14
  • 235
  • 294