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 3505043 commit 416f487Copy full SHA for 416f487
packages/cdk/stacks/EpsAssistMeStack.ts
@@ -147,7 +147,7 @@ export class EpsAssistMeStack extends Stack {
147
// Add S3 notification to trigger sync Lambda function
148
new S3LambdaNotification(this, "S3LambdaNotification", {
149
bucket: storage.kbDocsBucket.bucket,
150
- lambdaFunction: functions.functions.syncKnowledgeBase.function
+ lambdaFunction: functions.syncKnowledgeBaseFunction.function
151
})
152
153
// Create Apis and pass the Lambda function
@@ -156,7 +156,7 @@ export class EpsAssistMeStack extends Stack {
156
logRetentionInDays,
157
enableMutalTls: false,
158
functions: {
159
- slackBot: functions.functions.slackBot
+ slackBot: functions.slackBotLambda
160
}
161
162
0 commit comments