-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lambda): Expose $LATEST function version (#2792)
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
- Loading branch information
1 parent
192bab7
commit 55d1bc8
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters