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

lazy load unused lambda packages in core #2324

Merged
merged 4 commits into from
May 27, 2019
Merged

lazy load unused lambda packages in core #2324

merged 4 commits into from
May 27, 2019

Commits on Mar 7, 2019

  1. lazy load unused lambda packages in core

    hacky lambda process.env fix"
    
    fix linting issues
    
    update changelog
    
    fix polyfill check
    
    use AWS_EXECUTION_ENV
    
    fix styling
    
    fix version check
    
    Update CHANGELOG.md
    Tim Kye authored and Tim Kye committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    3a00815 View commit details
    Browse the repository at this point in the history
  2. use AWS_EXECUTION_ENV

    Tim Kye committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1266e85 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    e9e7027 View commit details
    Browse the repository at this point in the history
  2. Style adjustments plus changes to account for other PRs with similar …

    …motives.
    
    The work in #2054 was
    designed in a way that, irregardless of the environment, the
    `graphql-upload` package would only be loaded if uploads were enabled.
    Therefore, the guard which checks `process.env.AWS_EXECUTION_ENV` should no
    longer be necessary.
    
    Additionally, we don't need to prefix our type-only variables with
    underscores, as that's not a style that we've otherwise adopted.
    abernix committed May 27, 2019
    Configuration menu
    Copy the full SHA
    17fc9bf View commit details
    Browse the repository at this point in the history