serverless-plugin-lambda-dead-letter icon indicating copy to clipboard operation
serverless-plugin-lambda-dead-letter copied to clipboard

Support intrinsic functions

Open nitely opened this issue 8 years ago • 1 comments

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}

nitely avatar Jun 05 '17 07:06 nitely

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.

tommedema avatar Dec 18 '17 06:12 tommedema