DeadLetterQueue and Lambda

Let’s say I’m triggering Lambda using S3, and this Lambda is failed (just for the example, it failed because I reached max parallel Lambda), and also the other 2 default auto retries are failed. How I can configure my SQS DLQ to trigger this Lambda again once it pushed to DLQ?
Note - the Lambda payload is bigger than SQS max message size (256KB)