Skip to content

Nodejs 24 runtime support #1868

@andrii-be

Description

@andrii-be

Currently, serverless-offline supports Node.js runtimes up to version 22.x. With Node.js 24 now available on AWS Lambdas, it would be beneficial to add support for nodejs24.x as a valid runtime option in the provider configuration.

This would allow developers to:

  • Test their serverless functions locally with the latest Node.js features
  • Ensure compatibility before deploying to AWS Lambda when nodejs24.x support is added
  • Take advantage of performance improvements and new language features in Node.js 24

The expected behavior would be to update the runtime in serverless.yml from nodejs22.x to nodejs24.x and have serverless-offline recognize and support this runtime without errors.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions