- Notifications
You must be signed in to change notification settings - Fork72
docs: add usage examples for bedrock and vertex#431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Conversation
…and Google Vertex AI usage examples
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR adds comprehensive usage examples for AWS Bedrock and Google Vertex AI integration to the Claude Code module documentation. The changes provide detailed configuration examples for both cloud platforms, enabling users to deploy Claude Code through their preferred cloud infrastructure instead of directly using Anthropic's API.
- Adds AWS Bedrock usage section with authentication options and prerequisites
- Adds Google Vertex AI usage section with GCP-specific configuration
- Updates all existing module version references from 3.0.0 to 3.0.1
Closes #
Description
Adds Usage Examples for Vertex and Bedrock as described in the linked documentation.
Type of Change
Module Information
Path:
registry/coder/modules/claude-code
New version:
v3.0.1
Breaking change: [ ] Yes [X] No
Testing & Validation
bun test
)bun run fmt
)Related Issues