We’re seeing duplicate events from Genesys Cloud via EventBridge. The event-id is identical, but AWS Lambda triggers twice for the same payload. Here’s the JSON snippet:
{"event-id": "abc-123", "": {"queue": {"name": "Sales"}}}
Our deduplication check on event-id fails because the second event arrives within milliseconds. Is this a known EventBridge glitch or are we missing a setting in the Admin UI subscription config?