pepperize / cdk-organizations

Manage AWS organizations, organizational units (OU), accounts and service control policies (SCP).
MIT License
170 stars 16 forks source link

chore: update lambda node runtime to 18.x #1637

Closed pcholakov closed 2 months ago

pcholakov commented 4 months ago

Update the Lambda Node.js runtime to 18.x since 16.x is going to be deprecated as of Jun 12, 2024[^1].

This is the most minimal change without upgrading the version of projen itself. Ideally we would want this to move directly to Node.js 20 as well as upgrade all of AWS CDK, SDK and projen to a recent release.

  1. See: https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtimes-supported
Saksow commented 4 months ago

This solves #1459