Commit 57fa1d6
authored
feat(lambda): SAM local invoke can accept a runtime parameter aws#6724
## Problem
Customers are not able to local invoke with the runtime selected in the
webview UI. Currently the runtime used is the one specified on the
template. The feature was already added to SAMCLI
aws/aws-sam-cli#7885.
## Solution
Allows customers to change runtimes when locally invoking in the local
invoke webview, without having to change it in their template and
rebuilding. Under the hood, the newly added ```--runtime``` option will
be appended to the ```samcli``` command.1 parent 99a555a commit 57fa1d6
File tree
4 files changed
+116
-177
lines changed- packages
- core/src
- toolkit/.changes/next-release
4 files changed
+116
-177
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
217 | 220 | | |
218 | 221 | | |
219 | 222 | | |
| 223 | + | |
| 224 | + | |
220 | 225 | | |
221 | 226 | | |
222 | 227 | | |
| |||
266 | 271 | | |
267 | 272 | | |
268 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
269 | 285 | | |
270 | 286 | | |
271 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments