[Feature Request] Node.js 26 support (nodejs26.x)

Abierto
#195 0 comentarios 12 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
48/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Tranquilo
Stack tecnológico
cpp, node.js
Área
backend

Línea de trabajo

Comienza revisando las ramas de runtime existentes, las referencias a NODE_MODULE_VERSION y la matriz de CI que compila y prueba el Lambda Runtime Interface Client. Confirma el requisito de la imagen base de Node.js 26 y considera el trabajo completo cuando una rama nodejs26.x y un objetivo de release tengan como destino Node.js 26, usen la versión 147 y superen su cobertura de CI.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

Summary
Node.js 26 was released on 2026-05-05 as the upcoming LTS version. This issue tracks the request to add official Node.js 26 support to the Lambda Runtime Interface Client.

If you are also waiting for this, please 👍 this issue and/or subscribe to stay updated.

Requested changes

  • Create a new nodejs26.x branch and release targeting the Node.js 26.x runtime
  • Update NODE_MODULE_VERSION to 147
  • Update CI matrix to build and test against Node.js 26

Why this matters for this repo
The RIC includes native (C++) bindings that are tightly coupled to the Node.js ABI version.
The V8 upgrade to v14.6 in Node.js 26 changes NODE_MODULE_VERSION to 147, meaning any native addon compiled against Node.js 24 will not load under Node.js 26 without a rebuild. Lambda customers using custom container images with the RIC need a nodejs26.x-compatible release to avoid runtime failures after upgrading.

Notable Node.js 26 changes relevant to this repo

  • V8 updated to v14.6
  • NODE_MODULE_VERSION bumped to 147
  • TypeScript support is now stable by default (no longer requires --experimental-transform-types)
  • Temporal API is now enabled by default

Prerequisite: https://github.com/aws/aws-lambda-base-images/issues/488 - Add Node.js 26 base image (public.ecr.aws/lambda/nodejs:26)

The Lambda base image for nodejs26.x must exist before this RIC release can be built and tested against the new runtime.

Lenguaje dominante
TypeScript
Estrellas
224
Forks
60
Merge medio
26 min
PR fusionados (30 d)
2

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de aws/aws-lambda-nodejs-runtime-interface-client

Todos los issues de aws/aws-lambda-nodejs-runtime-interface-client

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.