Skip to content

Commit 416f487

Browse files
committed
fix cdk
1 parent 3505043 commit 416f487

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cdk/stacks/EpsAssistMeStack.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class EpsAssistMeStack extends Stack {
147147
// Add S3 notification to trigger sync Lambda function
148148
new S3LambdaNotification(this, "S3LambdaNotification", {
149149
bucket: storage.kbDocsBucket.bucket,
150-
lambdaFunction: functions.functions.syncKnowledgeBase.function
150+
lambdaFunction: functions.syncKnowledgeBaseFunction.function
151151
})
152152

153153
// Create Apis and pass the Lambda function
@@ -156,7 +156,7 @@ export class EpsAssistMeStack extends Stack {
156156
logRetentionInDays,
157157
enableMutalTls: false,
158158
functions: {
159-
slackBot: functions.functions.slackBot
159+
slackBot: functions.slackBotLambda
160160
}
161161
})
162162

0 commit comments

Comments
 (0)