gmetzker / serverless-plugin-lambda-dead-letter

serverless plugin that can configure a lambda with a dead letter queue or topic
MIT License
46 stars 15 forks source link

added "deadLetter" to the list of valid function properties. #44

Open amilliken-bb opened 3 years ago

amilliken-bb commented 3 years ago

This is to fix the following error: Configuration error at 'functions.<functionName>': unrecognized property 'deadLetter'

rachnareddyg commented 2 years ago

I am also getting the configuration warning message: Serverless: Configuration warning at 'functions.main': unrecognized property 'deadLetter'

Can this pull request be merged?

ydinari commented 1 year ago

Hi, why isn't this PR merged? Thanks

medisoft commented 2 months ago

It would be great to merge this change and push a new version in npmjs. That could prevent a new version into npmjs.

medisoft commented 2 months ago

@amilliken-bb Maybe you need to add @gmetzker as a reviewer too