Skip to content

Commit e6f354b

Browse files
provide link to logs
1 parent a886324 commit e6f354b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cicd/3-app/aiproxy/template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ Resources:
167167

168168
Outputs:
169169
URL:
170+
Description: URL for this service
170171
Value: !Ref DNSRecord
171172
Export:
172173
Name: !Sub "${AWS::StackName}-URL"
174+
LogGroupUrl:
175+
Description: URL to view logs for this service
176+
Value: !Sub "https://console.aws.amazon.com/cloudwatch/home?region=${AWS::Region}#logsV2:log-groups/log-group/${LogGroup}"

0 commit comments

Comments
 (0)