Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add multi-region round-robin support for Bedrock API calls #94

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mlzoo
Copy link

@mlzoo mlzoo commented Nov 28, 2024

Implement support for configuring multiple AWS regions using a single '/'-separated string. Enables easy setup of region failover chain through either config file or environment variable.

Implement support for configuring multiple AWS regions using a single '/'-separated string. Enables easy setup of region failover chain through either config file or environment variable.
@mlzoo
Copy link
Author

mlzoo commented Nov 28, 2024

Thanks to this elegant framework that significantly simplifies Bedrock API interactions. As a data scientist and consultant at AWS, I frequently encounter API quota limitations in client projects, especially in high-throughput LLM applications. This enhancement adds automatic region failover through a simple '/'-separated string configuration (e.g., "us-west-2/us-east-1"), eliminating the need for complex rotation logic while maintaining backward compatibility with single-region setups.

@mlzoo
Copy link
Author

mlzoo commented Dec 9, 2024

@rohitprasad15 @ksolo @jeffxtang @andrewyng @johnsanterre @standsleeping
Hello everyone! I would appreciate it if you could review this PR at your convenience~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant