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

fix: Node.js 18.x support #81

Merged
merged 2 commits into from
Oct 16, 2023
Merged

fix: Node.js 18.x support #81

merged 2 commits into from
Oct 16, 2023

Commits on Oct 16, 2023

  1. fix: Node.js 18.x support

    Lambda with Node 18 no longer packages aws-sdk v2, so we need to switch to v3. We also need to bundle it since Node 16 still comes with v2. To support both 16 and 18, we need to bundle aws-sdk.
    kichik committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    15f4d68 View commit details
    Browse the repository at this point in the history
  2. Upgrade CodeBuild to support Node 18.x

    This fixes:
    ```
    node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by node)
    node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by node)
    ```
    kichik committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ea29f0d View commit details
    Browse the repository at this point in the history