Search code examples
jsonamazon-web-servicespayloadaws-event-bridge

Hitting max character length for AWS Eventbridge json payload


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


Solution

  • According to API doc, this is a hard limit on the API level. A workaround would be to split it into two targets.