Describe the bug
See #3649
There is 403 returned by hhtp-decoder (because of invalid action, "InvokeModelWithBidirectionalStream")
But there is no error message logged, no stream error callback invoked, and the message can be found only in full trace.
Unacceptable.
Regression Issue
Expected Behavior
Request should fail (with 403), or stream error returned, or, at absolute minimum - 403 logged as ERROR, not as TRACE
Current Behavior
TRACE logged as:
[TRACE] http-decoder [2784] id=038D8770 Decoded header field: ":status: 403"
Reproduction Steps
Run on Bedrock Sonic EC2 instance, with no bedrock-runtime:invokemodel permission
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.705
Compiler and Version used
Visual Studio 2022, C++
Operating System and version
Windows 11/2022
Describe the bug
See #3649
There is 403 returned by hhtp-decoder (because of invalid action, "InvokeModelWithBidirectionalStream")
But there is no error message logged, no stream error callback invoked, and the message can be found only in full trace.
Unacceptable.
Regression Issue
Expected Behavior
Request should fail (with 403), or stream error returned, or, at absolute minimum - 403 logged as ERROR, not as TRACE
Current Behavior
TRACE logged as:
[TRACE] http-decoder [2784] id=038D8770 Decoded header field: ":status: 403"
Reproduction Steps
Run on Bedrock Sonic EC2 instance, with no bedrock-runtime:invokemodel permission
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.705
Compiler and Version used
Visual Studio 2022, C++
Operating System and version
Windows 11/2022