|
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.",
|
|
70 | 70 | "AWS.configuration.description.awssam.debug.aws": "AWS connection details",
|
71 | 71 | "AWS.configuration.description.awssam.debug.credentials": "The AWS credential type and ID to use during the invocation. Example: credential profile \"default\" would be entered as `profile:default`.",
|
72 | 72 | "AWS.configuration.description.awssam.debug.region": "AWS region to use during the invocation.",
|
73 |
| - "AWS.configuration.description.awssam.debug.event": "The payload to pass to the lambda invocation.\n Must specify one of 'json' or 'path'.", |
74 |
| - "AWS.configuration.description.awssam.debug.event.json": "A JSON document to use as the event payload", |
75 |
| - "AWS.configuration.description.awssam.debug.event.path": "The path to a file to use as the event payload", |
| 73 | + "AWS.configuration.description.awssam.debug.event": "Event payload to pass to the Lambda invocation.\n Must specify one of 'json' or 'path'.", |
| 74 | + "AWS.configuration.description.awssam.debug.event.json": "JSON definition to use as the event payload", |
| 75 | + "AWS.configuration.description.awssam.debug.event.path": "Path to a file to use as the event payload", |
76 | 76 | "AWS.configuration.description.awssam.debug.sam": "SAM CLI specific configurations",
|
77 | 77 | "AWS.configuration.description.awssam.debug.buildArguments": "Additional arguments to pass to the `sam build` command.",
|
78 | 78 | "AWS.configuration.description.awssam.debug.containerBuild": "Whether to build inside a container (default: false).",
|
|
248 | 248 | "AWS.output.sam.local.attach.failure": "Unable to attach Debugger. Check the Terminal tab for output. If it took longer than expected to successfully start, you may still attach to it.",
|
249 | 249 | "AWS.output.sam.local.attach.retry.limit.exceeded": "Retry limit reached while trying to attach the debugger.",
|
250 | 250 | "AWS.output.sam.local.error": "Error: {0}",
|
251 |
| - "AWS.output.sam.local.start": "Preparing to run {0} locally...", |
| 251 | + "AWS.output.sam.local.startRun": "Preparing to run '{0}' locally...", |
| 252 | + "AWS.output.sam.local.startDebug": "Preparing to debug '{0}' locally...", |
252 | 253 | "AWS.output.sam.local.waiting": "Waiting for SAM Application to start before attaching debugger...",
|
253 | 254 | "AWS.output.starting.sam.app.locally": "Starting the SAM Application locally (see Terminal for output)",
|
254 | 255 | "AWS.prompt.mfa.enterCode.placeholder": "Enter Authentication Code Here",
|
|
0 commit comments