Commit 3953785
authored
Toolkit provides feedback when packaging without a successful build (#1472)
A previous update to the toolkit allowed it to `sam package` and `sam deploy` even if a `sam build` failed (e.g. if you have a simple NodeJS Lambda without a `package.json` file). This pops a toast to alert the user that this is occuring.1 parent 8902746 commit 3953785
File tree
2 files changed
+10
-0
lines changed- src/lambda/commands
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| 422 | + | |
422 | 423 | | |
423 | 424 | | |
424 | 425 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
170 | 179 | | |
171 | 180 | | |
172 | 181 | | |
| |||
0 commit comments