Skip to content

Commit 533c765

Browse files
committed
add webhook url output
1 parent 250390c commit 533c765

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ Resources:
3232
APP_ID: !Ref githubAppId
3333
WEBHOOK_SECRET: !Ref githubWebhookSecret
3434
PRIVATE_KEY: !Ref githubPrivateKey
35+
Outputs:
36+
WebhooksUrl:
37+
Description: "Endpoint URL"
38+
Value: !Sub "https://${ServerlessHttpApi}.execute-api.${AWS::Region}.amazonaws.com/"

0 commit comments

Comments
 (0)