From 2c07f1c369c1334302f5ea482728b397e0b618d8 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Mon, 16 Nov 2020 19:35:40 -0500 Subject: [PATCH] Include role arn in parameters --- top.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/top.yaml b/top.yaml index 9d2bf38..3aa5d8d 100644 --- a/top.yaml +++ b/top.yaml @@ -9,6 +9,8 @@ Parameters: Type: String GitHubTokenSecret: Type: String + IamRoleArn: + Type: String Resources: SnsTopic: @@ -28,7 +30,7 @@ Resources: Description: Lambda that creates a issue in Github MemorySize: 128 Timeout: 10 - #Role: !GetAtt AlertExecutionerRole.Arn + Role: !Ref IamRoleArn Environment: Variables: GENERATED_OWNER: !Ref GenerateOwnerName