Skip to content

Commit 4c26998

Browse files
committed
chore: setting lambda option
1 parent ac67462 commit 4c26998

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.projen/tasks.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ const project = new awscdk.AwsCdkConstructLibrary({
2424
},
2525
extraCliOptions: ['--silent'],
2626
},
27+
lambdaOptions: {
28+
runtime: awscdk.LambdaRuntime.NODEJS_20_X,
29+
bundlingOptions: {
30+
sourcemap: true,
31+
},
32+
},
2733
workflowNodeVersion: '22.4.x',
2834
depsUpgradeOptions: {
2935
workflowOptions: {

src/funcs/parser-function.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)