-
Notifications
You must be signed in to change notification settings - Fork 699
Description
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
used the main branch
https://github.com/awslabs/multi-agent-orchestratorPossible 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.