Is it not possible to have the `messageGroupId` be...
# help
g
Is it not possible to have the
messageGroupId
be dynamic based on an event when going from event bridge -> sqs.fifo? Seems pretty useless to have a static message group id for every message 😅
k
Eventbridge does not guarantee order of delivery to sqs I think 🤔,so probably instead of using eventbride here you should use sns fifo topics
On those you can specify the group ID that will be passed to the sqs queue
g
I really dont care about fifo technically just the grouping by id
f
yeah don’t htink that’s possible. All events get sent to the same group id