File tree Expand file tree Collapse file tree
infrastructure/stacks/api-layer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,9 +106,10 @@ INSTRUCTIONS:
1061062. Ensure the new hashes are working as expected.
1071073. Run the command below to approve and resume the workflow:
108108
109- aws stepfunctions send-task-success --task-token $$.Task.Token --task-output {{} }
109+ aws stepfunctions send-task-success --task-token {} --task-output \\{\\ }
110110
111111======================================================
112+ ', $$.Task.Token)
112113EOT
113114
114115 delete_jobs_message = << EOT
@@ -127,9 +128,10 @@ INSTRUCTIONS:
1271282. Ensure the old hashes have been removed successfully.
1281293. Run the command below to approve and resume the workflow:
129130
130- aws stepfunctions send-task-success --task-token $$.Task.Token --task-output {{} }
131+ aws stepfunctions send-task-success --task-token {} --task-output \\{\\ }
131132
132133======================================================
134+ ', $$.Task.Token)
133135EOT
134136
135137 failure_message = << EOT
You can’t perform that action at this time.
0 commit comments