We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87fedc commit 2633c41Copy full SHA for 2633c41
packages/cdk/stacks/EpsAssistMeStack.ts
@@ -133,7 +133,7 @@ export class EpsAssistMeStack extends Stack {
133
)
134
135
// Add S3 notification to trigger sync Lambda function
136
- new S3LambdaNotification(this, "S3ToLambdaNotification", {
+ new S3LambdaNotification(this, "S3LambdaNotification", {
137
bucket: storage.kbDocsBucket.bucket,
138
lambdaFunction: functions.functions.syncKnowledgeBase.function
139
})
0 commit comments