Skip to content

Commit

Permalink
feat: upgrade lambda runtime to NODEJS_18_X
Browse files Browse the repository at this point in the history
  • Loading branch information
Saigonen committed Sep 8, 2023
1 parent c14216b commit 08db9f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
},
},
lambdaOptions: {
runtime: awscdk.LambdaRuntime.NODEJS_16_X,
runtime: awscdk.LambdaRuntime.NODEJS_18_X,
bundlingOptions: {
sourcemap: true,
},
Expand Down
2 changes: 1 addition & 1 deletion src/lambda/secure-string-parameter-handler-function.ts

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

0 comments on commit 08db9f8

Please sign in to comment.