HI, When using the most recent version of serverless ([v3.37.0](https://github.com/serverless/serverless/releases/tag/v3.37.0)) with the recently released `nodejs20.x` runtime, I get the type error: ``` Type '"nodejs20.x"' is not assignable to type 'AwsLambdaRuntime | undefined'. Did you mean '"nodejs12.x"'?ts(2820) ``` Please can this package be updated to match the serverless v3.37.0 package options? Thank you! 😄 Serverless repo ref: https://github.com/serverless/serverless/pull/12251