How to test dead letter queue in local development

Hi I trying to implement a messaging system using SQS + lambda, Wondering how I can implement dead letter queue for local development. I tried using the serverless-plugin-lambda-dead-letter plugin but it does not create the queue in serverless offline mode, here is the issue with more details.