You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plumb the client's logger (via loggerFor, which honors logLevel) into
fromNodeProviderChain() and its clientConfig in the default provider
chain resolvers, so end users (e.g. Claude Code) can debug AWS auth
issues. Applied to AnthropicBedrock, AnthropicBedrockMantle, and
AnthropicAws (bedrock-sdk/src/core/aws-auth.ts is a symlink to
aws-sdk/src/core/auth.ts; both packages updated).
The constructor deprecation-warning tests now inject a per-test logger
instead of spying on console.warn: loggerFor() caches bound log
functions per logger object, so once any earlier test triggers a
request, a later console.warn spy is bypassed by the cached binding.
Linear: SDK-90
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
:house: Remote-Dev: homespace
0 commit comments