Skip to content

Commit 91a95a4

Browse files
authored
add stack description
1 parent ab8b8d6 commit 91a95a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/cdk/lib/main-stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export class MainStack extends cdk.Stack {
2727

2828
public constructor(scope: cdk.App, id: string, props: MainStackProps = {}) {
2929
super(scope, id, props);
30+
this.templateOptions.description = 'Live Chat Content Moderation with generative AI on AWS (SO9005)'
3031

3132
// Database Nested Stack
3233
const database = new Database(this, "Database", {

0 commit comments

Comments
 (0)