aws-samples / bedrock-claude-chat

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

BUG: fixed bash.sh syntax error #337

Closed syobochim closed 4 weeks ago

syobochim commented 4 weeks ago

Issue #, if available:

Description of changes: When running the bin.sh, the following error occurred, so I removed the relevant section. The CloudFormation deployment is executed using aws cloudformation deploy command, and the StackName is declared on another line, making this entry unnecessary.

./bin.sh: line 135: unexpected EOF while looking for matching `)'

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 4 weeks ago

@syobochim I didn't notice the careless mistake. Thank you so much for your contribution!!