|
7805 | 7805 | } |
7806 | 7806 | ] |
7807 | 7807 | }, |
| 7808 | + { |
| 7809 | + "name": "sam_attachDebugger", |
| 7810 | + "description": "Called after trying to attach a debugger to a local sam invoke", |
| 7811 | + "metadata": [ |
| 7812 | + { |
| 7813 | + "type": "attempts" |
| 7814 | + }, |
| 7815 | + { |
| 7816 | + "type": "duration" |
| 7817 | + }, |
| 7818 | + { |
| 7819 | + "type": "lambdaArchitecture", |
| 7820 | + "required": false |
| 7821 | + }, |
| 7822 | + { |
| 7823 | + "type": "lambdaPackageType" |
| 7824 | + }, |
| 7825 | + { |
| 7826 | + "type": "result" |
| 7827 | + }, |
| 7828 | + { |
| 7829 | + "type": "runtime" |
| 7830 | + } |
| 7831 | + ] |
| 7832 | + }, |
7808 | 7833 | { |
7809 | 7834 | "name": "sam_build", |
7810 | 7835 | "description": "Called when building a SAM application", |
|
7895 | 7920 | } |
7896 | 7921 | ] |
7897 | 7922 | }, |
| 7923 | + { |
| 7924 | + "name": "sam_openConfigUi", |
| 7925 | + "description": "Called after opening the SAM Config UI" |
| 7926 | + }, |
| 7927 | + { |
| 7928 | + "name": "sam_prewarmContainer", |
| 7929 | + "description": "Called when user clicks Start under 'Start a development container'", |
| 7930 | + "metadata": [ |
| 7931 | + { |
| 7932 | + "type": "reason", |
| 7933 | + "required": false |
| 7934 | + }, |
| 7935 | + { |
| 7936 | + "type": "result" |
| 7937 | + } |
| 7938 | + ] |
| 7939 | + }, |
7898 | 7940 | { |
7899 | 7941 | "name": "sam_sync", |
7900 | 7942 | "description": "Called when syncing a SAM application", |
|
7923 | 7965 | } |
7924 | 7966 | ] |
7925 | 7967 | }, |
7926 | | - { |
7927 | | - "name": "sam_attachDebugger", |
7928 | | - "description": "Called after trying to attach a debugger to a local sam invoke", |
7929 | | - "metadata": [ |
7930 | | - { "type": "result" }, |
7931 | | - { "type": "lambdaPackageType" }, |
7932 | | - { "type": "runtime" }, |
7933 | | - { "type": "attempts" }, |
7934 | | - { "type": "duration" }, |
7935 | | - { "type": "lambdaArchitecture", "required": false } |
7936 | | - ] |
7937 | | - }, |
7938 | | - { |
7939 | | - "name": "sam_openConfigUi", |
7940 | | - "description": "Called after opening the SAM Config UI" |
7941 | | - }, |
7942 | | - { |
7943 | | - "name": "sam_prewarmContainer", |
7944 | | - "description": "Called when user clicks Start under 'Start a development container'", |
7945 | | - "metadata": [ |
7946 | | - { |
7947 | | - "type": "result" |
7948 | | - }, |
7949 | | - { |
7950 | | - "type": "reason", |
7951 | | - "required": false |
7952 | | - } |
7953 | | - ] |
7954 | | - }, |
7955 | 7968 | { |
7956 | 7969 | "name": "schemas_download", |
7957 | 7970 | "description": "Called when downloading an EventBridge schema", |
|
0 commit comments