From e257ca65eae73cae3f4319959e2dd26ddc17219a Mon Sep 17 00:00:00 2001 From: Dennis Salavei Date: Thu, 26 Mar 2020 16:41:27 +1100 Subject: [PATCH] Add Outputs for FunctionArn and FunctionName --- .../template.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/javascript/kinesis-firehose-cloudwatch-logs-processor/template.yaml b/javascript/kinesis-firehose-cloudwatch-logs-processor/template.yaml index 2816d0e..0c411dc 100755 --- a/javascript/kinesis-firehose-cloudwatch-logs-processor/template.yaml +++ b/javascript/kinesis-firehose-cloudwatch-logs-processor/template.yaml @@ -19,3 +19,14 @@ Resources: Policies: - S3CrudPolicy: BucketName: !Ref BucketNameParameter +Outputs: + FunctionName: + Description: Name of the Lambda function name + Value: + Ref: kinesisfirehosecloudwatchlogsprocessor + FunctionArn: + Description: ARN of the Lambda function name + Value: + Fn::GetAtt: + - kinesisfirehosecloudwatchlogsprocessor + - Arn \ No newline at end of file