I have a big json payload of around 12K characters. AWS Eventbridge is not letting me create event as there is a payload limit of 8192 characters. How would I resolve this?
Thanks
According to API doc, this is a hard limit on the API level. A workaround would be to split it into two targets.