onError in serverless.yml

Hello!

To better monitor and debug production issues, I would like to use onError feature to send lambda errors to DLQ and SNS.

Do I have to create DLQ and SNS topic in advance and provide the ARN to onError or would serverless autocreate the DLQ and topic?

I am facing similar issue, @mrcasablr did you found any solution?