Skip to content

Commit 7f00b47

Browse files
committed
Rename syncKnowledgeBaseFunction handler
1 parent 08c6121 commit 7f00b47

File tree

1 file changed

+1
-1
lines changed
  • packages/syncKnowledgeBaseFunction

1 file changed

+1
-1
lines changed

packages/syncKnowledgeBaseFunction/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
@logger.inject_lambda_context
14-
def lambda_handler(event, context):
14+
def handler(event, context):
1515
"""
1616
Lambda handler for S3 events that triggers knowledge base ingestion.
1717
"""

0 commit comments

Comments
 (0)