|
1632 | 1632 | "dotnet-lambda-deploy",
|
1633 | 1633 | "dotnet-deploy-cli",
|
1634 | 1634 | "aws-cli",
|
1635 |
| - "sam-cli" |
| 1635 | + "sam-cli", |
| 1636 | + "docker" |
1636 | 1637 | ]
|
1637 | 1638 | },
|
1638 | 1639 | {
|
|
2189 | 2190 | }
|
2190 | 2191 | ]
|
2191 | 2192 | },
|
| 2193 | + { |
| 2194 | + "name": "appBuilder_installTool", |
| 2195 | + "description": "Click Install button in Getting Started Walkthrough", |
| 2196 | + "metadata": [ |
| 2197 | + { |
| 2198 | + "type": "source", |
| 2199 | + "required": false |
| 2200 | + }, |
| 2201 | + { |
| 2202 | + "type": "toolId", |
| 2203 | + "required": false |
| 2204 | + } |
| 2205 | + ] |
| 2206 | + }, |
| 2207 | + { |
| 2208 | + "name": "appBuilder_openLocalInvokeWebView", |
| 2209 | + "description": "Click open Local invoke WebView button in Application Builder", |
| 2210 | + "metadata": [ |
| 2211 | + { |
| 2212 | + "type": "source", |
| 2213 | + "required": false |
| 2214 | + } |
| 2215 | + ] |
| 2216 | + }, |
| 2217 | + { |
| 2218 | + "name": "appBuilder_openRemoteInvokeWebView", |
| 2219 | + "description": "Click open Remote invoke WebView button in Application Builder", |
| 2220 | + "metadata": [ |
| 2221 | + { |
| 2222 | + "type": "source", |
| 2223 | + "required": false |
| 2224 | + } |
| 2225 | + ] |
| 2226 | + }, |
| 2227 | + { |
| 2228 | + "name": "appBuilder_openTemplate", |
| 2229 | + "description": "Click open template button in Application Builder", |
| 2230 | + "metadata": [ |
| 2231 | + { |
| 2232 | + "type": "source", |
| 2233 | + "required": false |
| 2234 | + } |
| 2235 | + ] |
| 2236 | + }, |
| 2237 | + { |
| 2238 | + "name": "appBuilder_selectWalkthroughTemplate", |
| 2239 | + "description": "Select a template and create project in Getting Started Walkthrough", |
| 2240 | + "metadata": [ |
| 2241 | + { |
| 2242 | + "type": "action", |
| 2243 | + "required": false |
| 2244 | + }, |
| 2245 | + { |
| 2246 | + "type": "source", |
| 2247 | + "required": false |
| 2248 | + } |
| 2249 | + ] |
| 2250 | + }, |
| 2251 | + { |
| 2252 | + "name": "appBuilder_startWalkthrough", |
| 2253 | + "description": "Open Getting Started Walkthrough", |
| 2254 | + "metadata": [ |
| 2255 | + { |
| 2256 | + "type": "source", |
| 2257 | + "required": false |
| 2258 | + } |
| 2259 | + ] |
| 2260 | + }, |
2192 | 2261 | {
|
2193 | 2262 | "name": "appcomposer_addConnection",
|
2194 | 2263 | "description": "Called when two resources are connected",
|
|
2320 | 2389 | "metadata": [
|
2321 | 2390 | {
|
2322 | 2391 | "type": "hasChatAuth"
|
| 2392 | + }, |
| 2393 | + { |
| 2394 | + "type": "source", |
| 2395 | + "required": false |
2323 | 2396 | }
|
2324 | 2397 | ]
|
2325 | 2398 | },
|
|
5952 | 6025 | "description": "Jump to a lambda handler from elsewhere",
|
5953 | 6026 | "metadata": [
|
5954 | 6027 | {
|
5955 |
| - "type": "result" |
| 6028 | + "type": "source", |
| 6029 | + "required": false |
5956 | 6030 | }
|
5957 | 6031 | ]
|
5958 | 6032 | },
|
|
5990 | 6064 | "type": "runtime",
|
5991 | 6065 | "required": false
|
5992 | 6066 | },
|
| 6067 | + { |
| 6068 | + "type": "source", |
| 6069 | + "required": false |
| 6070 | + }, |
5993 | 6071 | {
|
5994 | 6072 | "type": "version",
|
5995 | 6073 | "required": false
|
|
6006 | 6084 | {
|
6007 | 6085 | "type": "runtime",
|
6008 | 6086 | "required": false
|
| 6087 | + }, |
| 6088 | + { |
| 6089 | + "type": "source", |
| 6090 | + "required": false |
6009 | 6091 | }
|
6010 | 6092 | ]
|
6011 | 6093 | },
|
|
6368 | 6450 | }
|
6369 | 6451 | ]
|
6370 | 6452 | },
|
| 6453 | + { |
| 6454 | + "name": "sam_build", |
| 6455 | + "description": "Called when building a SAM application", |
| 6456 | + "metadata": [ |
| 6457 | + { |
| 6458 | + "type": "lambdaPackageType", |
| 6459 | + "required": false |
| 6460 | + }, |
| 6461 | + { |
| 6462 | + "type": "source", |
| 6463 | + "required": false |
| 6464 | + }, |
| 6465 | + { |
| 6466 | + "type": "version", |
| 6467 | + "required": false |
| 6468 | + } |
| 6469 | + ] |
| 6470 | + }, |
6371 | 6471 | {
|
6372 | 6472 | "name": "sam_deploy",
|
6373 | 6473 | "description": "Called when deploying a SAM application",
|
6374 | 6474 | "metadata": [
|
6375 | 6475 | {
|
6376 | 6476 | "type": "result"
|
6377 | 6477 | },
|
| 6478 | + { |
| 6479 | + "type": "source", |
| 6480 | + "required": false |
| 6481 | + }, |
6378 | 6482 | {
|
6379 | 6483 | "type": "version",
|
6380 | 6484 | "required": false
|
|
6451 | 6555 | {
|
6452 | 6556 | "type": "result"
|
6453 | 6557 | },
|
| 6558 | + { |
| 6559 | + "type": "source", |
| 6560 | + "required": false |
| 6561 | + }, |
6454 | 6562 | {
|
6455 | 6563 | "type": "syncedResources"
|
6456 | 6564 | },
|
|
0 commit comments