627 B
627 B
- Fixed AWS services failing silently on missing or invalid credentials.
AWSNovaSonicLLMService,AWSBedrockLLMService,AWSPollyTTSService, andAWSTranscribeSTTServicenow push a fatalErrorFramewith a "check AWS credentials and region" hint on auth-class failures, so the pipeline cancels promptly instead of continuing to run with no output. - Fixed
AWSNovaSonicLLMService._disconnectraisingInvalidStateErrorfromawscrt/aio/http.pywhen cleanup ran on a stream from a failedinvoke_model_with_bidirectional_streamcall. The error was masking the real connect-time auth failure in the logs.