SSM Scala v2.2.0
Return exitCode 1
if any of the remote SSM send command invocations fail (#127)
Previously we returned 0 regardless of whether the remote commands returned an exit code. Now we return a generic exitCode 1
if any of the remote commands return any exit code other than 0. The output for each command includes the actual remote exit code.