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): Expose $LATEST function version #2792

Merged
merged 3 commits into from
Jun 12, 2019

Commits on Jun 7, 2019

  1. feat(lambda): Expose $LATEST function version

    Sometimes, one wants to create an `Alias` to the `$LATEST` version of a
    `Function`, but this requires access to an `IVersion` representing that.
    This features adds a `latestVersion` property to `IFunction` that offers
    simple access to `$LATEST`. Prior to this, each user needing to access
    this would have had to roll theiw own implementation of `IVersion`,
    which is rather cumbersome.
    
    Fixes #2776
    RomainMuller committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    e074e1c View commit details
    Browse the repository at this point in the history
  2. Clean up test a little

    RomainMuller committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    d02b41b View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Update function.ts

    RomainMuller authored Jun 10, 2019
    Configuration menu
    Copy the full SHA
    1cbfc8b View commit details
    Browse the repository at this point in the history