I want to add a trigger to an existing DeploymentGroup. When I tried to execute the below update-deployment-group CLI command, it is giving me an error.
Error Message :
Expecting ':' delimiter: line 1 column 160 (char 159)
aws deploy update-deployment-group --application-name CodeDeployDemo --current-deployment-group-name CDPerf --trigger-configurations '[{"triggerName":"CodeDeployPerf","triggerTargetArn":"arn:aws:sns:us-west-2:xxxxxxxxx:tname","triggerEvents":{"DEPLOYMENT_START"}}]'
I've tried to follow what is in Page 183 of the CodeDeploy user guide