We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8b8d6 commit 91a95a4Copy full SHA for 91a95a4
backend/cdk/lib/main-stack.ts
@@ -27,6 +27,7 @@ export class MainStack extends cdk.Stack {
27
28
public constructor(scope: cdk.App, id: string, props: MainStackProps = {}) {
29
super(scope, id, props);
30
+ this.templateOptions.description = 'Live Chat Content Moderation with generative AI on AWS (SO9005)'
31
32
// Database Nested Stack
33
const database = new Database(this, "Database", {
0 commit comments