aws-solutions / live-streaming-on-aws

The live stream solution is a reference deployment that demonstrates how to deliver highly available live streaming video through an integrated workflow between Elemental Cloud and AWS.

Home Page:https://aws.amazon.com/solutions/implementations/live-streaming-on-aws/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Add LogsBucket and DemoBucket Logical IDs to Outputs

rezabekf opened this issue · comments

Is your feature request related to a problem? Please describe.
Outputting LogsBucket and DemoBucket Logical IDs will allow to extend and implement analytics solution https://github.com/aws-samples/amazon-cloudfront-access-logs-queries

Describe the feature you'd like
In the Outputs section of the live-streaming-on-aws.yaml, output LogsBucket and DemoBucket Logical IDs

Outputs:
  LogsBucket:
    Description: Logs bucket
    Value: !Ref LogsBucket
  
  DemoBucket:
    Description: Demo bucket
    Value: !Ref DemoBucket

Thanks,
Franco

Thanks for reaching out, we will add this to our backlog and review it in the next release.

Closing this issue as we are tracking the pull request: #13