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(lambda-nodejs): esbuild detection with Yarn 2 in PnP mode #14739

Merged
merged 15 commits into from
May 19, 2021

Commits on Feb 24, 2021

  1. fix(lambda-nodejs): esbuild detection with Yarn 2 in PnP mode

    Refactor how `esbuild` is detected and run: check for a local version
    first and fallback to a global installation.
    
    For local bundling, if a local version is detected, run `esbuild` using
    the right package manager.
    
    In Docker, always run the globally installed version.
    
    Support for PNPM could now easily be added in another PR.
    
    Closes aws#13179
    jogold committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    c95f393 View commit details
    Browse the repository at this point in the history
  2. isLocal

    jogold committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    af8e73c View commit details
    Browse the repository at this point in the history
  3. isLocal in test

    jogold committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    5f713ce View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

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

Commits on Mar 1, 2021

  1. Configuration menu
    Copy the full SHA
    ce588e1 View commit details
    Browse the repository at this point in the history
  2. tryGetModuleVersion

    jogold committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1cd295a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'lambda-nodejs-detect-esbuild' of github.com:jogold/aws-…

    …cdk into lambda-nodejs-detect-esbuild
    jogold committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    6b99302 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    a6347fb View commit details
    Browse the repository at this point in the history
  2. mustRunInDocker

    jogold committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d680758 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into lambda-nodejs-detect-esbuild

    Elad Ben-Israel authored May 18, 2021
    Configuration menu
    Copy the full SHA
    7c189ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    854d926 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into lambda-nodejs-detect-esbuild

    Elad Ben-Israel authored May 18, 2021
    Configuration menu
    Copy the full SHA
    7e5b16f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'lambda-nodejs-detect-esbuild' of github.com:jogold/aws-…

    …cdk into lambda-nodejs-detect-esbuild
    jogold committed May 18, 2021
    Configuration menu
    Copy the full SHA
    0ceab9e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. throw with incorrect version

    jogold committed May 19, 2021
    Configuration menu
    Copy the full SHA
    d604c88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221611d View commit details
    Browse the repository at this point in the history