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

feat(lambda-nodejs): external and install modules #8681

Merged
merged 10 commits into from
Jun 29, 2020

Commits on Jun 22, 2020

  1. feat(lambda-nodejs): external and install modules

    Add support for:
    * external modules: modules that should not be bundled. Defaults to
    `aws-sdk`.
    * install modules: modules that should not be bundled but included in
    the `node_modules` folder of the Lambda package. Those modules are
    installed in a Lambda compatible Docker image with the right installer
    (`npm` or `yarn`) based on lock file detection.
    
    Closes aws#6323
    jogold committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    9fa2e2f View commit details
    Browse the repository at this point in the history
  2. more tests

    jogold committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    7ce6541 View commit details
    Browse the repository at this point in the history
  3. integ

    jogold committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    2b805f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. PR feedback

    jogold committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    a1174fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bc39d2 View commit details
    Browse the repository at this point in the history
  3. Dockerfile comment

    jogold committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    94b0491 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. PR feedback

    jogold committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    f0f11cd View commit details
    Browse the repository at this point in the history
  2. README

    jogold committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a408404 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Update packages/@aws-cdk/aws-lambda-nodejs/README.md

    Elad Ben-Israel committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    2760fbd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

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