π Release v2.2.0
Major Feature
ποΈ AWS GovCloud (US) Partition Support
This release adds comprehensive support for deploying to AWS GovCloud (US) regions, enabling US government agencies, contractors, and regulated workloads to use Claude Code with Amazon Bedrock.
What's New:
- Partition-Aware CloudFormation Templates: All 8 CloudFormation templates now use
AWS::Partitionpseudo-parameter for dynamic ARN construction - GovCloud Service Principals: Proper handling of GovCloud-specific Cognito Identity service principals:
- Commercial:
cognito-identity.amazonaws.com - GovCloud West:
cognito-identity-us-gov.amazonaws.com - GovCloud East:
cognito-identity.us-gov-east-1.amazonaws.com
- Commercial:
- GovCloud Models: Added Claude Sonnet 4.5 and 3.7 GovCloud model configurations with
us-govprefix - FIPS Endpoints: Automatic detection and correction for GovCloud FIPS endpoints
- Comprehensive Documentation: Updated README with GovCloud deployment guide, partition comparison table, and validation commands
Supported Regions:
us-gov-west-1(US GovCloud West)us-gov-east-1(US GovCloud East)
Changed Files
CloudFormation Templates (8 files):
cognito-identity-pool.yaml- Partition-aware IAM roles and service principalsbedrock-auth-*.yaml- Updated ARN construction for all auth providersanalytics-pipeline.yaml- Partition support for Kinesis/S3otel-collector.yaml- Partition-aware CloudWatch integration
Python Code (4 files):
models.py- Added GovCloud models and default regionsinit.py- GovCloud region selection and FIPS endpoint correctioncloudformation.py- Partition-aware S3 URL constructiondistribute.py- Profile handling improvements
Documentation:
README.md- Added GovCloud deployment guide (+432 lines).gitignore- Added sensitive file exclusions
Security Improvements
- β Proper IAM resource scoping across all partitions
- β FIPS endpoint enforcement for GovCloud
- β
Enhanced .gitignore for sensitive files (
.kiro/settings/mcp.json, etc.) - β No hardcoded credentials or secrets
Backward Compatibility
- β Zero breaking changes - Existing commercial deployments continue working
- β CloudFormation updates apply cleanly to existing stacks
- β No data migration required
- β User-facing functionality unchanged
Quality Assurance
- β All pre-commit hooks passing (Ruff linting & formatting)
- β Code quality: Excellent
- β Security review: Approved
- β Architecture: Clean, extensible design
Contributors
- @livermush (Doug Hairfield) - GovCloud partition support implementation
- @schuettc (Court Schuett) - Integration and release coordination
What's Next?
- Extended partition support (China regions)
- Additional GovCloud region support as they become available
- Cross-partition replication scenarios
Full Changelog: v2.1.0...v2.2.0