Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from dsalavei/master
Browse files Browse the repository at this point in the history
Add Outputs for FunctionArn and FunctionName
  • Loading branch information
carvantes authored Apr 8, 2020
2 parents 61b28f5 + e257ca6 commit 735392b
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 735392b

Please sign in to comment.