Bedrock Configuration
Settings api 182
Configure Claude Code to use Amazon Bedrock for AI model access. Enables enterprise-grade deployment with AWS billing and compliance features, ideal for organizations already using AWS infrastructure.
npx claude-code-templates@latest --setting api/bedrock-configuration claude-code — 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"
}
}