What's wrong with this entry?
Claude Code now supports "Claude Platform on AWS" as a first-class API provider, alongside Bedrock, Vertex, and Foundry.
CLAUDE_CODE_USE_ANTHROPIC_AWS=1 claude- Set
CLAUDE_CODE_USE_ANTHROPIC_AWS=1to enable the provider - Requires
ANTHROPIC_AWS_WORKSPACE_ID(orworkspaceIdin constructor) - Optionally set
ANTHROPIC_AWS_BASE_URLor let it derive fromAWS_REGION/AWS_DEFAULT_REGION(pattern:https://aws-external-anthropic.{region}.api.aws) - Supports AWS SigV4 request signing via
@aws-sdk/credential-providers - Supports explicit credentials via
awsAccessKey+awsSecretAccessKey, AWS profile, or a customproviderChainResolver - Set
CLAUDE_CODE_SKIP_ANTHROPIC_AWS_AUTH=1to skip authentication (for development/testing) - Fast mode is not available on this provider (same as Bedrock, Vertex, and Foundry)
AnthropicAws client class (search for "Claude Platform on AWS" and "ANTHROPIC_AWS_WORKSPACE_ID")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.