Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-lambda-nodejs-runtime-interface-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: nodejs22.x
Choose a base ref
...
head repository: aws/aws-lambda-nodejs-runtime-interface-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nodejs24.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 266 files changed
  • 3 contributors

Commits on Dec 3, 2025

  1. Configuration menu
    Copy the full SHA
    c2d6c2d View commit details
    Browse the repository at this point in the history
  2. feat: Port Node.js 24.x runtime interface client implementation

    Co-authored-by: Maxime David <maxday@amazon.com>
    Co-authored-by: Naman Trivedi <trivenay@amazon.com>
    3 people committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    90b5b5b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. chore: Update build-scripts and RIC dependencies

    - Update Node.js Lambda base image from 24-preview to 24 stable release
    - Upgrade @aws/lambda-invoke-store from 0.2.0 to 0.2.2
    - Downgrade package version from 4.1.0 to 4.0.0
    - Add --ignore-scripts flag to npm install in Dockerfile.js
    - Rename build-artifacts directory references to deps in Dockerfile.native
    - Add deps directory to eslint ignore patterns
    - Enhance lambda-build.sh with architecture detection and validation
    - Add --provenance=false and --platform flags to docker build command
    - Implement architecture mismatch detection with function recreation logic
    godcrampy committed Dec 4, 2025
    Configuration menu
    Copy the full SHA
    23449b8 View commit details
    Browse the repository at this point in the history
  2. feat: Prepare for Node.js 24 + Lambda Managed Instances RIC Launch (#161

    )
    
    * ci: Update CI workflow and expand build documentation
    
    * docs: Update release changelog for v4.0.0 release
    godcrampy authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    7a6f162 View commit details
    Browse the repository at this point in the history
  3. minor: Update contents of packaged artifact + run npm audit fix (#169)

    * minor: Update CI badge
    
    * minor: npm audit fix
    
    * docs: Add paperwork to built tar
    godcrampy authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    a4560c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    e42ed5f View commit details
    Browse the repository at this point in the history
Loading