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

AWS Region Mismatch Causes 404 on Knowledge Base #13

Open
ColeMurray opened this issue Sep 6, 2024 · 0 comments
Open

AWS Region Mismatch Causes 404 on Knowledge Base #13

ColeMurray opened this issue Sep 6, 2024 · 0 comments

Comments

@ColeMurray
Copy link

Description

The code defaults to using us-east-1 as configured here https://github.com/anthropics/anthropic-quickstarts/blob/main/customer-support-agent/app/lib/utils.ts#L13

Issue

This configuration is not immediately obvious and will cause any non us-east-1 user to fail.

Proposed Fix

  1. Expose the AWS region as an environment variable with optional fallback to us-east-1 if not provided.
  2. Update README documentation to mention AWS_REGION

Happy to bring up a PR if desired

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

No branches or pull requests

1 participant