serverless-plugin-lambda-dead-letter
serverless-plugin-lambda-dead-letter copied to clipboard
Support intrinsic functions
Hey. First of, awesome project. Thanks!
Support for intrinsic functions (Get, Import, etc) would be awesome. Something like this:
deadLetter:
targetArn:
Fn::ImportValue: ${self:custom.imports.another-stack.dlq}
I think we should make intrinsic functions work by default for plugins. Currently too many plugins are not useable as they don't incorporate such basic functionality.