Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Node 22 functions #2269

Merged
merged 8 commits into from
Nov 26, 2024

Commits on Nov 25, 2024

  1. Add support to @aws-amplify/backend-function for Node 22

    Add support to `@aws-amplify/backend-function` for Node 22, which is a [supported Lambda runtime](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html#runtime-deprecation-levels) that was added in [`aws-cdk-lib/aws-lambda` version `2.168.0`](https://github.com/aws/aws-cdk/releases/tag/v2.168.0) on November 20th, 2024
    ataylorme committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    2b8fe16 View commit details
    Browse the repository at this point in the history
  2. Regen API docs

    ataylorme committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e92695b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. npm clean

    ataylorme committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    091f133 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d443b1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c98329 View commit details
    Browse the repository at this point in the history
  4. Update test

    ataylorme committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    96deeff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79293a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29ee0db View commit details
    Browse the repository at this point in the history