You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.nls.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,11 +57,11 @@
57
57
"AWS.stepFunctions.graph.status.syncing": "Rendering ASL graph...",
58
58
"AWS.configuration.description.awssam.debug.label": "AWS SAM: Debug Lambda Function Locally",
59
59
"AWS.configuration.description.awssam.debug.invokeTarget": "Configures the application to launch",
60
-
"AWS.configuration.description.awssam.debug.target": "The type of invocation to launch. Possible values:\n* `template` uses a SAM Template as an entrypoint\n* `code` invokes Lambda code directly.",
60
+
"AWS.configuration.description.awssam.debug.target": "The type of invocation to launch. Possible values:\n* `template` uses a CFN/SAM Template as an entrypoint\n* `code` invokes Lambda code directly.",
61
61
"AWS.configuration.description.awssam.debug.lambdaHandler": "Lambda Function handler to invoke.",
62
62
"AWS.configuration.description.awssam.debug.projectRoot": "The root of the project, used to determine where in the file-system to locate the lambdaHandler.",
63
-
"AWS.configuration.description.awssam.debug.samTemplatePath": "The path to the SAM Template.",
64
-
"AWS.configuration.description.awssam.debug.samTemplateResource": "The LogicalID of the AWS::Lambda::Function or AWS::Serverless::Function to invoke.",
63
+
"AWS.configuration.description.awssam.debug.templatePath": "Path to the CFN/SAM template.",
64
+
"AWS.configuration.description.awssam.debug.logicalId": "Resource name of an AWS::Lambda::Function or AWS::Serverless::Function to invoke.",
65
65
"AWS.configuration.description.awssam.debug.envvars": "Environment variables to pass to the function invocation (replaces template variables).",
66
66
"AWS.configuration.description.awssam.debug.lambda": "Lambda specific details of the invocation",
67
67
"AWS.configuration.description.awssam.debug.memoryMb": "The amount of memory (in Mb) the Lambda function has access to.",
0 commit comments