Trigger keeps being suspended with unknown error message

On Realm log shows below errors

I have already tried restarting many times.
Is there any solution to resume the token programmatically after the trigger is suspended?

Hi Jayvant – Looks like we can do a better job surfacing the EventBridge error in this case, we’re looking into that. It looks like the root cause of this error is that they MongoDB change event is larger than the maximum size that EventBridge supports. One way to get the size down may be to add a projection (under advanced settings) to ensure you aren’t sending fields that aren’t needed on the EventBridge side.

1 Like

Hi Drew,
Can we know which document id is causing this issue?