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