Skip to content

Commit

Permalink
chore: update lambda runtime for CDK source stage (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-boone authored Oct 2, 2024
1 parent 339e60d commit aa950ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __snapshots__/app/cdk-pipeline-cdk-source.template.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/cdk-pipelines/liflig-cdk-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export class LifligCdkPipeline extends constructs.Construct {
),
handler: "index.handler",
// Using python instead if NodeJS due to zip-support in stdlib.
runtime: lambda.Runtime.PYTHON_3_8,
runtime: lambda.Runtime.PYTHON_3_12,
timeout: cdk.Duration.minutes(1),
memorySize: 512,
})
Expand Down

0 comments on commit aa950ab

Please sign in to comment.