Skip to content

Commit 2633c41

Browse files
committed
Rename S3LambdaNotification logical ID for naming convention consistency
1 parent c87fedc commit 2633c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cdk/stacks/EpsAssistMeStack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class EpsAssistMeStack extends Stack {
133133
)
134134

135135
// Add S3 notification to trigger sync Lambda function
136-
new S3LambdaNotification(this, "S3ToLambdaNotification", {
136+
new S3LambdaNotification(this, "S3LambdaNotification", {
137137
bucket: storage.kbDocsBucket.bucket,
138138
lambdaFunction: functions.functions.syncKnowledgeBase.function
139139
})

0 commit comments

Comments
 (0)