guidance-for-claude-code-with-amazon-bedrock
Enterprise Bedrock deployment with SSO, monitoring, and quotas
All Skills in This Repository (4)
Pure Emerald Level Indicatorstool-use-structured-output
Enforce structured outputs from Claude models using Bedrock's tool_use feature.
frontend-design
Generate production-grade frontend interfaces from design briefs.
grpo-finetuning
Automate GRPO-based fine-tuning of vision-language models with Python, PyTorch, and TRL.
async-inference
Invoke SageMaker async endpoints with S3 input/output and polling retry logic.
Frequently Asked Questions
FAQPage SchemaHow to install Guidance for Claude Code with Amazon Bedrock?โผ
Run `npx skills add aws-solutions-library-samples/guidance-for-claude-code-with-amazon-bedrock --all -g -y` in your terminal to install all skills in this suite globally.
How to deploy Claude Code on Amazon Bedrock with SSO?โผ
This guidance deploys authentication infrastructure that connects your existing identity provider (Okta, Entra ID, Auth0, Google, Cognito, or IAM Identity Center) to Bedrock via CloudFormation. Users get temporary credentials through STS federation with no API keys to manage.
How to track and limit AI usage costs per user?โผ
The suite deploys CloudWatch dashboards with per-user cost attribution plus a quota API that enforces per-user and per-team token limits. Optional S3 and Athena stacks provide historical usage analytics.
Does it work on Windows, macOS, and Linux?โผ
Yes. It ships pre-built Go and Python credential binaries for all three platforms, and the test suite treats Windows failures as blocking.
Can I get reliable structured JSON from Claude on Bedrock?โผ
Yes. The included tool-use skill forces responses through typed tool schemas, raising JSON parse success rates above 99% compared to plain prompting.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core