aws-solutions / qnabot-on-aws

AWS QnABot is a multi-channel, multi-language conversational interface (chatbot) that responds to your customer's questions, answers, and feedback. The solution allows you to deploy a fully functional chatbot across multiple channels including chat, voice, SMS and Amazon Alexa.
https://aws.amazon.com/solutions/implementations/aws-qnabot
Apache License 2.0
401 stars 253 forks source link

Lambda layer changes not reflecting #725

Closed lhknim closed 6 months ago

lhknim commented 6 months ago

Describe the bug Had few change done on layers but as per "npm run update" command when we redeploy the layer changes are not reflecting .

To Reproduce Steps to reproduce the behavior.

Expected behavior The change in layer eg: lambda/es-proxy-layer/lib/fulfillment-event/runLlmQa.js after running "npm run update" and redeploying the master stack should make the changes in the file to appear in the es-proxy-layer version 1 . Mostly this layer is used in 11 lambda functions.

Please complete the following information about the solution:

To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "(SO0189) QnABot [...] v0.0.1".

Screenshots If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).

Additional context Add any other context about the problem here.

dougtoppin commented 6 months ago

@lhknim Thank you for your report. We will investigate and get back to you

fhoueto-amz commented 6 months ago

Hi We have not seen any such issues on our side. You can refer to the readme to make sure you have all steps correct. Rerun the bootstrap if needed.

fhoueto-amz commented 6 months ago

@lhknim did rerunning the bootstrap help?

fhoueto-amz commented 6 months ago

Closing this issue. Please reopen if needed