-
Notifications
You must be signed in to change notification settings - Fork 294
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
Bug: Error while deploying the chatdemo app #166
Comments
Hi @sreedharguda , cdk deploy --all Updated link to the doc is here: https://awslabs.github.io/multi-agent-orchestrator/cookbook/examples/chat-demo-app/#-deployment-steps |
Hi @brnaba-aws Thank you for the update, the issue got fixed and am able to deploy the solution. When i am trying to run the cdk destroy command for cleanup, its not moving further from this stage. Please help me what command have to use here to call the AWS CFT scripts to cleanup the created resources as part of the solution. Thank you. cdk destroy |
@sreedharguda can we close this? |
Expected Behaviour
Hi Team,
I am trying to deploy the chat-demo-app from my windows laptop, when i am running the below command it shows the below, please help me how to deploy the application.
09:32:57 ▶ src/pages/index.astro
09:32:57 └─ /index.html (+30ms)
09:32:57 ✓ Completed in 2.21s.
09:32:57 [build] 1 page(s) built in 18.86s
09:32:57 [build] Complete!
Since this app includes more than a single stack, specify which stacks to use (wildcards are supported) or specify
--all
Stacks: ChatDemoStack · UserInterfaceStack
Please help me how to run cdk deploy from windows laptop to make the deployment successful for testing the chat demo app.
Current Behaviour
09:32:57 ▶ src/pages/index.astro
09:32:57 └─ /index.html (+30ms)
09:32:57 ✓ Completed in 2.21s.
09:32:57 [build] 1 page(s) built in 18.86s
09:32:57 [build] Complete!
Since this app includes more than a single stack, specify which stacks to use (wildcards are supported) or specify
--all
Stacks: ChatDemoStack · UserInterfaceStack
Code snippet
Possible Solution
No response
Steps to Reproduce
followed the steps from this article on my windows laptop at the step 6 am getting the above issue.
https://awslabs.github.io/multi-agent-orchestrator/cookbook/examples/chat-demo-app/#-deployment-steps
The text was updated successfully, but these errors were encountered: