CDK is being very cautious about making Node 22.x the latest. https://github.com/aws/aws-cdk/pull/34117 Maybe too cautious? 18.x (which is what `lambda.Runtime.NODEJS_LATEST` returns) is now in maintenance mode. It appears `determineLatestNodeRuntime` may do a better job [using the latest runtime](https://github.com/aws/aws-cdk/blob/c5365a0d090bc0758f4b8decfbe33df27626c013/packages/aws-cdk-lib/aws-lambda/lib/runtime.ts#L411). So can we make that change [here](https://github.com/TheDesignium/cdk-log-notifier/blob/4a7363eb1a9352ba8996298c661504ed0eefb755/lib/index.ts#L88), if it works?