diff --git a/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda.mdx b/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda.mdx index 2368a5df49f..3e83bacdc34 100644 --- a/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda.mdx +++ b/src/content/docs/serverless-function-monitoring/aws-lambda-monitoring/instrument-lambda-function/introduction-lambda.mdx @@ -138,7 +138,7 @@ Then you'll need to complete the following: We recommend the following runtimes: -* Node.js: `nodejs16.x`, `nodejs18.x`, `nodejs20.x` +* Node.js: `nodejs16.x`, `nodejs18.x`, `nodejs20.x`, `nodejs22.x` * Python: `python3.8`, `python3.9`, `python3.10`, `python3.11`, `python3.12`, `python3.13` * Go: `provided.al2`, `provided.al2023` * Java: `java8.al2`, `java11`, `java17`, `java21`