File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -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" ,
47+ handler : "app.handler.py " ,
4848 logRetentionInDays : props . logRetentionInDays ,
4949 logLevel : props . logLevel ,
5050 environmentVariables : { "INDEX_NAME" : props . collectionId } ,
@@ -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" ,
85+ handler : "app.handler.py " ,
8686 logRetentionInDays : props . logRetentionInDays ,
8787 logLevel : props . logLevel ,
8888 environmentVariables : {
You can’t perform that action at this time.
0 commit comments