Skip to content

Commit

Permalink
fix(collection): add outputs (#28)
Browse files Browse the repository at this point in the history
Add output for each of the resources created by collection.
  • Loading branch information
jta authored Oct 18, 2023
1 parent dc91329 commit 6f6e70e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions apps/collection/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,11 @@ Resources:
Parameters:
BucketName: !Ref Bucket
TopicARN: !Ref Topic

Outputs:
Bucket:
Description: "S3 Bucket ARN"
Value: !GetAtt Bucket.Arn
Topic:
Description: "SNS Topic ARN"
Value: !Ref Topic

0 comments on commit 6f6e70e

Please sign in to comment.