File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 18881888 " docker"
18891889 ]
18901890 },
1891+ {
1892+ "name" : " assetName" ,
1893+ "type" : " string" ,
1894+ "description" : " The name of the asset pattern being downloaded"
1895+ },
1896+ {
1897+ "name" : " iac" ,
1898+ "type" : " string" ,
1899+ "description" : " The IaC being used"
1900+ },
1901+ {
1902+ "name" : " runtime" ,
1903+ "type" : " string" ,
1904+ "description" : " The Runtime being used"
1905+ },
18911906 {
18921907 "name" : " totalResourceCount" ,
18931908 "type" : " int" ,
63826397 }
63836398 ]
63846399 },
6400+ {
6401+ "name" : " lambda_createServerlessLandProject" ,
6402+ "description" : " Called when creating a new Serverless Project" ,
6403+ "metadata" : [
6404+ {
6405+ "type" : " result"
6406+ },
6407+ {
6408+ "type" : " reason"
6409+ }
6410+ ]
6411+ },
6412+ {
6413+ "name" : " lambda_downloadServerlessLandPattern" ,
6414+ "description" : " Called when downloading a Serverless Pattern" ,
6415+ "metadata" : [
6416+ {
6417+ "type" : " result"
6418+ },
6419+ {
6420+ "type" : " reason"
6421+ },
6422+ {
6423+ "type" : " action"
6424+ }
6425+ ]
6426+ },
63856427 {
63866428 "name" : " languageServer_setup" ,
63876429 "description" : " Sets up a language server" ,
You can’t perform that action at this time.
0 commit comments