Include role arn in parameters

This commit is contained in:
Layla 2020-11-16 19:35:40 -05:00
parent 91d7d974b0
commit 2c07f1c369
No known key found for this signature in database
GPG Key ID: A494D9357BA1BE31

View File

@ -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