Devcontainer上で、Claude Codeをインストールして、Bedrock経由で使うための設定。開発はPython + uv で管理する想定

1 Open Issue Need Help Last updated: Jul 6, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a setup script (e.g., `setup.sh` or Python equivalent) to automate the creation and validation of `.env` and `.aws.env` files for a Devcontainer setup using Claude Code via AWS Bedrock. The script should check for missing environment variables (AWS credentials, API keys), provide informative error messages, optionally create template files with placeholders, and verify file permissions. It should integrate with the DevContainer's `postCreateCommand` for seamless execution.

Complexity: 4/5
enhancement good first issue

Devcontainer上で、Claude Codeをインストールして、Bedrock経由で使うための設定。開発はPython + uv で管理する想定

Dockerfile