diff --git a/examples/apps/inbound-ses-spam-filter/template.yaml b/examples/apps/inbound-ses-spam-filter/template.yaml index 5416d5421..f947d6280 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'