From 2b6a9aeafbbf1be04399c18ae9c4d68881417a38 Mon Sep 17 00:00:00 2001 From: Dzhuneyt Date: Thu, 17 Feb 2022 16:24:59 +0200 Subject: [PATCH] fix: Forced new version --- lib/CodePipelinePostToGitHub.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CodePipelinePostToGitHub.ts b/lib/CodePipelinePostToGitHub.ts index 60a20f7..dff1ecf 100644 --- a/lib/CodePipelinePostToGitHub.ts +++ b/lib/CodePipelinePostToGitHub.ts @@ -17,6 +17,7 @@ export class CodePipelinePostToGitHub extends Construct { const lambda = new NodejsFunction(this, 'NodejsFunction', { entry: path.resolve(__dirname, 'CodePipelinePostToGitHub.lambda.ts'), + projectRoot: path.resolve(__dirname, '..'), timeout: Duration.seconds(30), logRetention: RetentionDays.ONE_MONTH, bundling: {