serverless-plugin-lambda-dead-letter
serverless-plugin-lambda-dead-letter copied to clipboard
serverless plugin that can configure a lambda with a dead letter queue or topic
great plugin - don't suppose you have any example how to configure a custom retry policy in serverless.yml
Hey. First of, awesome project. Thanks! Support for intrinsic functions (Get, Import, etc) would be awesome. Something like this: ```yml deadLetter: targetArn: Fn::ImportValue: ${self:custom.imports.another-stack.dlq} ```
Using this plugin (Awesome, love it!) and I can't seem to get the role configuration to work properly. So here's an extract from my serverless.yml ``` service: testProject provider: name:...
When using an SQS queue as the target, it would be very convenient to be able to supply the bare minimum details (threshold, OK action, Alarm action) and have it...
We have created https://www.npmjs.com/package/@digitalmaas/serverless-plugin-lambda-dead-letter to keep this going. So far, the only real change is adding the validation schemas.