7 lines
330 B
JSON
7 lines
330 B
JSON
{
|
|
"description": "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.",
|
|
"env": {
|
|
"CLAUDE_CODE_USE_BEDROCK": "1",
|
|
"AWS_BEARER_TOKEN_BEDROCK": "your-bedrock-api-key"
|
|
}
|
|
} |