Include role arn in parameters
This commit is contained in:
parent
91d7d974b0
commit
2c07f1c369
4
top.yaml
4
top.yaml
@ -9,6 +9,8 @@ Parameters:
|
|||||||
Type: String
|
Type: String
|
||||||
GitHubTokenSecret:
|
GitHubTokenSecret:
|
||||||
Type: String
|
Type: String
|
||||||
|
IamRoleArn:
|
||||||
|
Type: String
|
||||||
|
|
||||||
Resources:
|
Resources:
|
||||||
SnsTopic:
|
SnsTopic:
|
||||||
@ -28,7 +30,7 @@ Resources:
|
|||||||
Description: Lambda that creates a issue in Github
|
Description: Lambda that creates a issue in Github
|
||||||
MemorySize: 128
|
MemorySize: 128
|
||||||
Timeout: 10
|
Timeout: 10
|
||||||
#Role: !GetAtt AlertExecutionerRole.Arn
|
Role: !Ref IamRoleArn
|
||||||
Environment:
|
Environment:
|
||||||
Variables:
|
Variables:
|
||||||
GENERATED_OWNER: !Ref GenerateOwnerName
|
GENERATED_OWNER: !Ref GenerateOwnerName
|
||||||
|
Reference in New Issue
Block a user