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): parcel build cannot find target #8838

Merged
merged 3 commits into from Jul 1, 2020

Commits on Jul 1, 2020

  1. fix(lambda-nodejs): parcel build cannot find target

    The `PackageJsonManager` was always targeting the `package.json` of
    `@aws-cdk/aws-lambda-nodejs` and not the one closest to the entry file.
    
    This was not detected in the tests inside the repo because both files
    are the same.
    
    Closes aws#8837
    jogold committed Jul 1, 2020
    Copy the full SHA
    b7b632f View commit details
    Browse the repository at this point in the history
  2. jsdoc

    jogold committed Jul 1, 2020
    Copy the full SHA
    dfabb42 View commit details
    Browse the repository at this point in the history
  3. more tests

    jogold committed Jul 1, 2020
    Copy the full SHA
    6714391 View commit details
    Browse the repository at this point in the history