diff --git a/cdk-infra/lib/constructs/api/webhook-api-construct.ts b/cdk-infra/lib/constructs/api/webhook-api-construct.ts index 10862f6b8..f892f20ea 100644 --- a/cdk-infra/lib/constructs/api/webhook-api-construct.ts +++ b/cdk-infra/lib/constructs/api/webhook-api-construct.ts @@ -51,7 +51,7 @@ export class WebhookApiConstruct extends Construct { const slackDisplayRepoLambda = new NodejsFunction(this, 'slackDisplayRepoLambda', { entry: `${HANDLERS_PATH}/slack.ts`, runtime, - handler: 'DeployRepoDisplayRepoOptions', + handler: 'DisplayRepoOptions', environment, bundling, timeout,