-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Type error in BedrockRuntime client on latest aws-sdk-core version #3033
Comments
Hi! Thanks for submitting the ticket, we will be taking a look. |
According to https://smithy.io/2.0/aws/protocols/aws-restjson1-protocol.html#content-type, the |
Other SDKs are broken right from the start (like Rust and Kotlin) and some SDKs like Ruby and .NET had this same issue, where it was previously working and then stopped. I paged the internal service team and they're working on a fix. It will likely be a service side fix and not a model/SDK fix. I'll let you know. |
This appears to be fixed now on the service side. Please re-open if you still see issue. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
We recently updated the
aws-sdk-core
gem from3.191.6
to3.196.0
and started seeing this error on all our calls to theinvoke_model
method ofAws::BedrockRuntime::Client
:We've updated all our
aws-sdk-*
gems to the latest version, the error still happens. We haven't changed any code other than updating the gems.Expected Behavior
No error, like in sdk-core version 3.191.6
Current Behavior
Error:
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
Gem name ('aws-sdk', 'aws-sdk-resources' or service gems like 'aws-sdk-s3') and its version
aws-sdk-core 3.196.1
Environment details (Version of Ruby, OS environment)
Ruby 3.3.1 on macOS and Linux
The text was updated successfully, but these errors were encountered: