@@ -62,7 +62,7 @@ Resources:
6262 Properties :
6363 Location :
6464 ApplicationId : arn:aws:serverlessrepo:us-east-1:673103718481:applications/CodePipeline-Waiter
65- SemanticVersion : 2.0.2
65+ SemanticVersion : 2.0.3
6666 # Optional Parameter to control the export name of the nested stack
6767 Parameters :
6868 ExportPrefix : !Ref AWS::StackName
@@ -177,9 +177,9 @@ If you are not using Cloudformation, provision a CodePipeline stage to invoke th
177177 # If they are in another account, they need the correct trust permissions. See above section in readme.
178178 UserParameters : |
179179 {
180- "targetname":"target-pipeline-name", # Required
181- "assumerolearn":"arn:aws:iam::123456789:role/example-role-for-target-pipeline-name", # Required
182- "trigger": true # Optional. Defaults to false
180+ "targetname":"target-pipeline-name", // Required
181+ "assumerolearn":"arn:aws:iam::123456789:role/example-role-for-target-pipeline-name", // Required
182+ "trigger": true // Optional. Defaults to false
183183 }
184184 RunOrder : 1
185185
@@ -191,9 +191,9 @@ The Lambda needs to receive the following as an **UserParameters** object on the
191191The lambda expects the following UserParameters to be supplied during invocation:
192192``` JSON
193193{
194- "targetname" : " target-pipeline-name" ,
195- "assumerolearn" : " arn:aws:iam::${TargetAccountID}:role/example-role-for-target-pipeline-name" ,
196- "trigger" : true / false
194+ "targetname" : " target-pipeline-name" , //Required
195+ "assumerolearn" : " arn:aws:iam::${TargetAccountID}:role/example-role-for-target-pipeline-name" , //#Required
196+ "trigger" : true / false //Optional. Defaults to false
197197}
198198```
199199
0 commit comments