$ -weight: 500;">git clone https://github.com/antkawam/claude-code-aws-gateway.-weight: 500;">git
cd claude-code-aws-gateway
cp .env.example .env
# Edit .env: set AWS_REGION and AWS credentials
-weight: 500;">docker compose up -d
-weight: 500;">git clone https://github.com/antkawam/claude-code-aws-gateway.-weight: 500;">git
cd claude-code-aws-gateway
cp .env.example .env
# Edit .env: set AWS_REGION and AWS credentials
-weight: 500;">docker compose up -d
-weight: 500;">git clone https://github.com/antkawam/claude-code-aws-gateway.-weight: 500;">git
cd claude-code-aws-gateway
cp .env.example .env
# Edit .env: set AWS_REGION and AWS credentials
-weight: 500;">docker compose up -d
# Remove the Bedrock flag if you had it set
unset CLAUDE_CODE_USE_BEDROCK # Point to the gateway
export ANTHROPIC_BASE_URL=http://localhost:8080
export ANTHROPIC_API_KEY=sk-proxy-your-key-here
# Remove the Bedrock flag if you had it set
unset CLAUDE_CODE_USE_BEDROCK # Point to the gateway
export ANTHROPIC_BASE_URL=http://localhost:8080
export ANTHROPIC_API_KEY=sk-proxy-your-key-here
# Remove the Bedrock flag if you had it set
unset CLAUDE_CODE_USE_BEDROCK # Point to the gateway
export ANTHROPIC_BASE_URL=http://localhost:8080
export ANTHROPIC_API_KEY=sk-proxy-your-key-here - Budget controls - per-user and per-team spend limits. You can set it to notify, throttle, or hard-block when limits are reached. Alerts go out via webhook, SNS, or EventBridge.
- OIDC SSO - developers log in with your existing IdP (Okta, Entra ID, Google, whatever you use). No AWS credentials to distribute.
- Multi-account/region routing - add Bedrock endpoints across different AWS accounts and regions, then assign them to specific teams. You can isolate workloads by account or country, pool quota to reduce 429 errors, or set up primary/fallback routing.
- Admin portal - built-in dashboard with spend analytics, team management, and a Connect page that generates a one-command setup for developers.
- SCIM 2.0 - auto-provision users and teams from Okta or Entra ID. - Feature comparison: CCAG vs LiteLLM vs Direct Bedrock
- Getting started guide