File tree Expand file tree Collapse file tree 2 files changed +55
-0
lines changed
Expand file tree Collapse file tree 2 files changed +55
-0
lines changed Original file line number Diff line number Diff line change 78057805 }
78067806 ]
78077807 },
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+ },
78087833 {
78097834 "name" : " sam_build" ,
78107835 "description" : " Called when building a SAM application" ,
78957920 }
78967921 ]
78977922 },
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+ },
78987940 {
78997941 "name" : " sam_sync" ,
79007942 "description" : " Called when syncing a SAM application" ,
Original file line number Diff line number Diff line change 234234 {
235235 "name" : " sam_openConfigUi" ,
236236 "description" : " Called after opening the SAM Config UI"
237+ },
238+ {
239+ "name" : " sam_prewarmContainer" ,
240+ "description" : " Called when user clicks Start under 'Start a development container'" ,
241+ "metadata" : [
242+ {
243+ "type" : " result"
244+ },
245+ {
246+ "type" : " reason" ,
247+ "required" : false
248+ }
249+ ]
237250 }
238251 ]
239252}
You can’t perform that action at this time.
0 commit comments