Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eventbridge rule with SQS fifo queue as target with dynamic messageGroupId #32965

Open
naveenthontepu opened this issue Jan 16, 2025 · 0 comments

Comments

@naveenthontepu
Copy link

Discussed in #23790

Originally posted by pedroTassinari January 23, 2023
Hi guys!

I would like to know if it's possible to set messageGroupId dynamically based on some property received from eventBridge event.

I've tried something like

new targets.SqsQueue(this.queue, {
  deadLetterQueue: this.queueDLQ,
  messageGroupId: events.EventField.fromPath('$.detail.data.id'),
});

but it didn't work.

Really appreciate any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant