RSSAmplifier

camden's blog · Feb 28, 2025

Getting Claude Code to Work with AWS Bedrock

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Getting Claude Code to work with AWS Bedrock requires some configuration that isn't obvious from the documentation. Here's what I learned after working through a few issues. The Solution The key was combining multiple environment variables and properly exporting AWS credentials. Here's the shell script I created to make it all work: #!/bin/zsh # Set AWS credentials from profile eval " $( aws…

Read on camden.codes

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.