aws-samples / bedrock-claude-chat

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

[BUG] API deployment hardcoded to region ap-northeast-1 #230

Closed mirecekd closed 2 months ago

mirecekd commented 2 months ago

Describe the bug

When deploying bot's API, it is correctly by stack created in correct region (where the deployment sits), but on API Publish Settings is hardcoded region ap-northeast-1

To Reproduce

Publish API in us-east-1 creates correctly

https://apiaddress.execute-api.us-east-1.amazonaws.com/api

but the API Publis Settings has wrong region in address

Screenshots

obrazek