fix(harness): add error handling for invoke_harness API call#1056
fix(harness): add error handling for invoke_harness API call#1056jesseturner21 merged 1 commit intomainfrom
Conversation
Wrap the invoke_harness_streaming call in a try/except so boto3 errors (bad credentials, network issues, invalid ARN) produce a clean error message instead of a raw traceback in GitHub Actions logs.
Coverage Report
|
|
Reviewed the change — it's a small, safe addition that wraps the One small observation (non-blocking): the try/except only covers the |
Summary
invoke_harness_streamingcall in a try/except block so boto3 errors (bad credentials, network issues, invalid ARN) produce a clean error message instead of a raw Python traceback in GitHub Actions logs.Test plan