@@ -44,7 +44,7 @@ export class Functions extends Construct {
4444 stackName : props . stackName ,
4545 functionName : `${ props . stackName } -CreateIndexFunction` ,
4646 packageBasePath : "packages/createIndexFunction" ,
47- handler : "app.handler.py " ,
47+ handler : "app.handler.handler " ,
4848 logRetentionInDays : props . logRetentionInDays ,
4949 logLevel : props . logLevel ,
5050 environmentVariables : { "INDEX_NAME" : props . collectionId } ,
@@ -56,7 +56,7 @@ export class Functions extends Construct {
5656 stackName : props . stackName ,
5757 functionName : `${ props . stackName } -SlackBotFunction` ,
5858 packageBasePath : "packages/slackBotFunction" ,
59- handler : "app.main .handler" ,
59+ handler : "app.handler .handler" ,
6060 logRetentionInDays : props . logRetentionInDays ,
6161 logLevel : props . logLevel ,
6262 additionalPolicies : [ props . slackBotManagedPolicy ] ,
@@ -82,7 +82,7 @@ export class Functions extends Construct {
8282 stackName : props . stackName ,
8383 functionName : `${ props . stackName } -SyncKnowledgeBaseFunction` ,
8484 packageBasePath : "packages/syncKnowledgeBaseFunction" ,
85- handler : "app.handler.py " ,
85+ handler : "app.main.handler " ,
8686 logRetentionInDays : props . logRetentionInDays ,
8787 logLevel : props . logLevel ,
8888 environmentVariables : {
0 commit comments