diff --git a/examples/chat-demo-app/bin/chat-demo-app.ts b/examples/chat-demo-app/bin/chat-demo-app.ts index fa68abf..fab9800 100644 --- a/examples/chat-demo-app/bin/chat-demo-app.ts +++ b/examples/chat-demo-app/bin/chat-demo-app.ts @@ -9,5 +9,6 @@ new ChatDemoStack(app, 'ChatDemoStack', { env: { region: process.env.CDK_DEFAULT_REGION, account: process.env.CDK_DEFAULT_ACCOUNT - } + }, + description: "Multi Agent Orchestrator Chat Demo Application (uksb-2mz8io1d9k)" }); \ No newline at end of file