Skip to content

Commit

Permalink
fix: Forced new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzhuneyt committed Feb 17, 2022
1 parent baa44e5 commit 2b6a9ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/CodePipelinePostToGitHub.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 2b6a9ae

Please sign in to comment.