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 @@ -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.handler .handler" ,
59+ handler : "app.main .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.main .handler" ,
85+ handler : "app.handler .handler" ,
8686 logRetentionInDays : props . logRetentionInDays ,
8787 logLevel : props . logLevel ,
8888 environmentVariables : {
You can’t perform that action at this time.
0 commit comments