Bedrock Configuration
Settings api 95
npx claude-code-templates@latest --setting api/bedrock-configuration Content
JSON
{
"description": "Configure Claude Code to use Amazon Bedrock for AI model access. Enables enterpr..."
"env": {
"CLAUDE_CODE_USE_BEDROCK": "1"
"AWS_BEARER_TOKEN_BEDROCK": "your-bedrock-api-key"
}
}