Skip to content

Commit

Permalink
add stack description
Browse files Browse the repository at this point in the history
  • Loading branch information
anindith123 authored Feb 12, 2025
1 parent ab8b8d6 commit 91a95a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/cdk/lib/main-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export class MainStack extends cdk.Stack {

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

// Database Nested Stack
const database = new Database(this, "Database", {
Expand Down

0 comments on commit 91a95a4

Please sign in to comment.