I work on a deployment process using AWS CodeDeploy. When there is a failure in one of the scripts specified in appspec.yml, you get this nice little log output giving back STDOUT:
However, when all events are successful, it seems there is no way to see STDOUT:
Is there a way to see all STDOUT even when deployment events succeed?