-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Graceful exit on lumo compilation failure (lumo >= 1.8.0)
This patch fixes the fact that serverless could not display the failures of compilation in lumo. This feature is only available in the latest lumo (>= 1.8.0) so the README now makes clear that other versions won't be supported.
- Loading branch information
1 parent
135fae0
commit f044d29
Showing
3 changed files
with
24 additions
and
14 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# lumo-example | ||
|
||
Assuming a local installation of `lumo`, run `serverless package` or `serverless deploy`. | ||
Assuming a local installation of `lumo` (>= `1.8.0`), run `serverless package` or `serverless deploy`. |
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