aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
915 stars 323 forks source link

feat: Add cross-region inference support for Bedrock models (#535) #536

Closed chm10 closed 3 weeks ago

chm10 commented 2 months ago

This commit introduces the initial setup for supporting cross-region inference in the Bedrock Chat application.

Issue #, if available:

535

Description of changes:

These changes lay the foundation for enabling cross-region inference in the Bedrock Chat application. The feature can be enabled or disabled using the enableBedrockCrossRegionInference configuration option in cdk.json.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

statefb commented 3 weeks ago

@chm10 Due to high demand, I've taken the initiative to implement this feature myself (#583 ). However, I sincerely appreciate your efforts and willingness to tackle this! Thank you for your understanding.