Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 720 Bytes

File metadata and controls

24 lines (18 loc) · 720 Bytes

Claude Code + AWS Bedrock Setup

Automated setup script for Claude Code CLI with AWS Bedrock integration.

Supported Platforms: Linux, macOS, and Windows

Quick Start

Linux/macOS

bash <(curl -fsSL https://raw.githubusercontent.com/naxa-developers/claude-code-setup/master/setup_claude_bedrock.sh)

Windows (PowerShell)

Set-ExecutionPolicy -Scope Process Bypass -Force; irm https://raw.githubusercontent.com/naxa-developers/claude-code-setup/master/setup_claude_bedrock.ps1 | iex

Windows Instructions

  1. Open PowerShell (regular user is fine).
  2. Run the installer command above, follow prompts, then restart PowerShell and run:
    claude