aws-samples / amazon-bedrock-kendra-lex-chatbot

The repository offers a base implementation of incorporating an Amazon Bedrock based chatbot with Amazon Lex.
MIT No Attribution
43 stars 14 forks source link

The Source image seems to be missing. #7

Open Rohit036 opened 9 months ago

Rohit036 commented 9 months ago

image

I see the above error while running the cloud formation template.

raajheshkannaa commented 8 months ago

@Rohit036 this could be because of not setting a default region in your cli. try setting one with the command aws configure set region us-east-1 and then run ./helper.sh cf-create-stack. This will ensure the docker image is pushed to the ecr repo.