From 736f9803b7740b11f9359d9b5215a82d84422fae Mon Sep 17 00:00:00 2001 From: Drew Ballance Date: Wed, 4 Dec 2019 18:33:42 -0600 Subject: [PATCH] Add Lambda ARN Ouput --- examples/apps/inbound-ses-spam-filter/template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/apps/inbound-ses-spam-filter/template.yaml b/examples/apps/inbound-ses-spam-filter/template.yaml index 5416d5421f..f947d6280a 100644 --- a/examples/apps/inbound-ses-spam-filter/template.yaml +++ b/examples/apps/inbound-ses-spam-filter/template.yaml @@ -5,6 +5,10 @@ Description: >- Parameters: IdentityNameParameter: Type: String +Outputs: + InboundSESSpamFilterFunction: + Description: "inboundsesspamfilter Lambda Function ARN" + Value: !GetAtt inboundsesspamfilter.Arn Resources: inboundsesspamfilter: Type: 'AWS::Serverless::Function'