Skip to content

Commit ab3118a

Browse files
author
Vandita Patidar
committed
Updating metadata.json file
1 parent cfaa07e commit ab3118a

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

packages/core/src/awsService/appBuilder/serverlessLand/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ export async function createNewServerlessLandProject(extContext: ExtContext): Pr
5757
true
5858
)
5959
telemetry.record({
60-
runtimeString: config.runtime,
6160
templateName: assetName,
61+
runtimeString: config.runtime,
62+
iac: config.iac,
6263
})
6364
} catch (err) {
6465
getLogger().error(

packages/core/src/awsService/appBuilder/serverlessLand/metadata.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,32 @@
5151
"assetName": "apigw-rest-api-lambda-dotnet"
5252
}
5353
]
54+
},
55+
"Process SQS Records with Lambda": {
56+
"name": "Rest API",
57+
"description": "Lambda, SQS • Python, Javascript, Java, .NET • SAM",
58+
"implementation": [
59+
{
60+
"iac": "sam",
61+
"runtime": "python",
62+
"assetName": "sqs-lambda-python-sam"
63+
},
64+
{
65+
"iac": "sam",
66+
"runtime": "javascript",
67+
"assetName": "sqs-lambda-nodejs-sam"
68+
},
69+
{
70+
"iac": "sam",
71+
"runtime": "java",
72+
"assetName": "sqs-lambda-java-sam"
73+
},
74+
{
75+
"iac": "sam",
76+
"runtime": "dotnet",
77+
"assetName": "sqs-lambda-dotnet-sam"
78+
}
79+
]
5480
}
5581
}
5682
}

packages/core/src/shared/telemetry/vscodeTelemetry.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -655,10 +655,6 @@
655655
"name": "aws_hideRegion",
656656
"description": "Records a call to remove a region from the explorer"
657657
},
658-
{
659-
"name": "lambda_createServerlessLandProject",
660-
"description": "Called when creating a new Serverless Project"
661-
},
662658
{
663659
"name": "sam_detect",
664660
"description": "Called when detecting the location of the SAM CLI",

0 commit comments

Comments
 (0)