Skip to content

Conversation

akshitkhokhani
Copy link

  • Fix SigV4AuthScheme missing required 'service' parameter
  • Update Config parameters for aws_sdk_bedrock_runtime 0.1.0 compatibility
  • Add credential caching to Boto3CredentialsResolver to prevent excessive loading
  • Resolves TypeError: SigV4AuthScheme.init() missing 1 required keyword-only argument: 'service'
  • Resolves TypeError: Config.init() got an unexpected keyword argument 'http_auth_scheme_resolver'
  • Improves performance by eliminating hundreds of unnecessary credential loading calls per second

- Fix SigV4AuthScheme missing required 'service' parameter
- Update Config parameters for aws_sdk_bedrock_runtime 0.1.0 compatibility
- Add credential caching to Boto3CredentialsResolver to prevent excessive loading
- Resolves TypeError: SigV4AuthScheme.__init__() missing 1 required keyword-only argument: 'service'
- Resolves TypeError: Config.__init__() got an unexpected keyword argument 'http_auth_scheme_resolver'
- Improves performance by eliminating hundreds of unnecessary credential loading calls per second
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@davidzhao
Copy link
Member

Thanks for the PR. could you take a look at the failed CI and address the errors?

Please also sign our CLA in order for us to accept the contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants