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): Support AWS Lambda Layers #1411

Merged
merged 9 commits into from
Jan 24, 2019
Merged

Commits on Dec 20, 2018

  1. feat(lambda): Support AWS Lambda Layers

    Add support for the AWS Lambda Layers feature, enabling users to define
    reusable and shareable packages of runtime code that can be shared
    across multiple lambda functions.
    RomainMuller committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    881f44d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43213e7 View commit details
    Browse the repository at this point in the history
  3. Remove use of instanceof

    RomainMuller committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    d020589 View commit details
    Browse the repository at this point in the history
  4. Use new import style

    RomainMuller committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    14126bf View commit details
    Browse the repository at this point in the history
  5. Some renaming

    RomainMuller committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    be2dc01 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Fix broken tests

    RomainMuller committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    d8fa683 View commit details
    Browse the repository at this point in the history
  2. Fix more broken tests.

    RomainMuller committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    9334254 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

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