I have various SQS queues, connected with one single DLQ queue, and a Lambda function started by DLQ. Is the a way to identify the original queue that fed the DLQ?
No, unless you have some sort of source queue identifier included in the message body.