Skip to content

Commit

Permalink
Merge pull request #1637 from pcholakov/node18
Browse files Browse the repository at this point in the history
chore: update lambda node runtime to 18.x
  • Loading branch information
pflorek authored Aug 1, 2024
2 parents 9715e42 + 74ba58d commit c67a755
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 42 deletions.
20 changes: 10 additions & 10 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 @@ -66,7 +66,7 @@ const project = new AwsCdkConstructLibrary({
gitpod: true,

lambdaOptions: {
runtime: awscdk.LambdaRuntime.NODEJS_16_X,
runtime: awscdk.LambdaRuntime.NODEJS_18_X,
bundlingOptions: {
externals: [],
},
Expand Down
2 changes: 1 addition & 1 deletion src/account-provider/is-complete-handler-function.ts

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

2 changes: 1 addition & 1 deletion src/account-provider/on-event-handler-function.ts

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

2 changes: 1 addition & 1 deletion src/organization-provider/on-event-handler-function.ts

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

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

2 changes: 1 addition & 1 deletion src/tag-resource-provider/on-event-handler-function.ts

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

6 changes: 3 additions & 3 deletions test/__snapshots__/account.test.ts.snap

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

4 changes: 2 additions & 2 deletions test/__snapshots__/delegated-administrator.test.ts.snap

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

12 changes: 6 additions & 6 deletions test/__snapshots__/dependency-chain.test.ts.snap

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

4 changes: 2 additions & 2 deletions test/__snapshots__/enable-policy-type.test.ts.snap

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

8 changes: 4 additions & 4 deletions test/__snapshots__/integ.default.test.ts.snap

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

4 changes: 2 additions & 2 deletions test/__snapshots__/organization.test.ts.snap

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

6 changes: 3 additions & 3 deletions test/__snapshots__/organizational-unit.test.ts.snap

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

4 changes: 2 additions & 2 deletions test/__snapshots__/policy-attachment.test.ts.snap

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

2 changes: 1 addition & 1 deletion test/__snapshots__/policy.test.ts.snap

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

Loading

0 comments on commit c67a755

Please sign in to comment.