Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

docs: document CacheConfig strategy="anthropic" for ARN inference profiles#823

Open
Zelys-DFKH wants to merge 1 commit into
strands-agents:mainfrom
Zelys-DFKH:docs/cache-config-arn-profiles
Open

docs: document CacheConfig strategy="anthropic" for ARN inference profiles#823
Zelys-DFKH wants to merge 1 commit into
strands-agents:mainfrom
Zelys-DFKH:docs/cache-config-arn-profiles

Conversation

@Zelys-DFKH
Copy link
Copy Markdown

Summary

Adds a troubleshooting section explaining why CacheConfig(strategy="auto") doesn't work with ARN-based inference profiles and how to fix it using strategy="anthropic".

Context

This addresses strands-agents/harness-sdk#2601, which was moved from sdk-python#2233. Maintainer feedback indicated this is a documentation gap — users need clear guidance on when to use the explicit strategy.

Changes

  • Added troubleshooting section "CacheConfig with ARN-based inference profiles" in amazon-bedrock.mdx
  • Includes Python and TypeScript examples showing the correct configuration
  • Explains the design rationale (no extra API calls or IAM permissions)

Related Issue

Resolves strands-agents/harness-sdk#2601

…files

Adds a troubleshooting section explaining why `CacheConfig(strategy="auto")` doesn't work with ARN-based inference profiles and how to fix it using `strategy="anthropic"`.

Resolves #821
@strands-agent
Copy link
Copy Markdown
Contributor

This repository has been merged into the strands-agents/harness-sdk monorepo and will be archived shortly. All new development happens there.

If this PR is still relevant, please recreate it against the monorepo. The code now lives under site/. Full commit history was preserved, so your base should be findable.

Apologies for the disruption, and thank you for contributing!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] CacheConfig(strategy="auto") does not detect Claude models when using ARN-based inference profiles

2 participants