Open greenlynx opened 3 years ago
@greenlynx does this method break for you? I see in method-1 where I have this plugin create the sqs queue with serverless 2.35. It creates the queue fine, but doesn't link the sqs queue the lambda as a dlq
Looks like the pattern for DLQ setup has been changed both in AWS and subsequently Serverless. See: https://www.serverless.com/blog/lambda-destinations
I think using this plugin is pretty much unsupported now. @bondezbond @greenlynx
Serverless is throwing a warning when it validates its configuration before deployment:
Excerpt from
serverless.yml
:According to the documentation for Service configuration validation:
The same documentation page says that this warning is likely to become an error in future, which would break this plugin.