Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3523,6 +3523,32 @@
}
]
},
{
"name": "appbuilder_lambda2sam",
"description": "User click Convert a lambda function to SAM project",
"metadata": [
{
"type": "action",
"required": false
},
{
"type": "iac",
"required": false
},
{
"type": "result",
"required": false
},
{
"type": "runtime",
"required": false
},
{
"type": "source",
"required": false
}
]
},
{
"name": "appBuilder_openLocalInvokeWebView",
"description": "Click open Local invoke WebView button in Application Builder",
Expand Down Expand Up @@ -7266,6 +7292,30 @@
}
]
},
{
"name": "lambda_quickDeploy",
"description": "Lambda function was deployed from temp",
"metadata": [
{
"type": "action",
"required": false
}
]
},
{
"name": "lambda_quickEditFunction",
"description": "Lambda function edit operation",
"metadata": [
{
"type": "action",
"required": false
},
{
"type": "source",
"required": true
}
]
},
{
"name": "lambda_updateFunctionCode",
"description": "Called when updating a Lambda function's code outside the context of a SAM template",
Expand All @@ -7279,6 +7329,10 @@
}
]
},
{
"name": "lambda_uriHandler",
"description": "Lambda URI handler was invoked"
},
{
"name": "languageServer_setup",
"description": "Sets up a language server",
Expand Down