EventBridge batch size causing Lambda 429s on CXone interaction events

Processing high-volume interaction events from EventBridge is hitting Lambda concurrency limits. We get 429 Too Many Requests errors when the batch size exceeds 10 records in the trigger config.

Is there a way to throttle the EventBridge delivery rate directly in the CXone webhook settings? Or should I handle the backoff logic inside the Lambda handler instead?