|
79 | 79 | "AWS.configuration.description.awssam.debug.dockerNetwork": "Specifies the name or id of an existing Docker network that Lambda Docker containers should connect to.",
|
80 | 80 | "AWS.configuration.description.awssam.debug.localArguments": "Additional arguments to pass to the `sam local` command.",
|
81 | 81 | "AWS.configuration.description.awssam.debug.skipNewImageCheck": "Specifies whether the command should skip pulling down the latest Docker image for Lambda runtime (default: false).",
|
| 82 | + "AWS.configuration.description.awssam.debug.template": "Values to override in the template", |
| 83 | + "AWS.configuration.description.awssam.debug.templateParameters": "Key:value mappings for SAM template parameter overrides. More information can be found here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stackinstances-override.html#stackinstances-override-cli", |
82 | 84 | "AWS.configuration.description.awssam.debug.snippets.lambdaCode.label": "AWS SAM: Direct Lambda handler invoke",
|
83 | 85 | "AWS.configuration.description.awssam.debug.snippets.lambdaCode.description": "A new configuration for invoking an AWS Lambda directly via the SAM CLI.",
|
84 | 86 | "AWS.configuration.description.awssam.debug.snippets.lambdaTemplate.label": "AWS SAM: Template-based Lambda invoke",
|
|
270 | 272 | "AWS.sam.debugger.missingTemplate": "Cannot find template file (must be workspace-relative, or absolute): {0}",
|
271 | 273 | "AWS.sam.debugger.missingResource": "Cannot find template resource \"{0}\" in template file: {1}",
|
272 | 274 | "AWS.sam.debugger.missingField": "Missing required field \"{0}\" in debug config",
|
273 |
| - "AWS.sam.debugger.resourceNotAFunction": "Template Resource {0} in Template file {1} needs to be of type {2}", |
| 275 | + "AWS.sam.debugger.resourceNotAFunction": "Template Resource {0} in Template file {1} needs to be of type {2} or {3}", |
274 | 276 | "AWS.sam.debugger.unsupportedRuntime": "Runtime for Template Resource {0} in Template file {1} is either undefined or unsupported.",
|
275 | 277 | "AWS.sam.debugger.useExistingConfig": "AWS Toolkit detected an existing legacy configuration for this function. Create the debug config based on the legacy config?",
|
276 | 278 | "AWS.sam.debugger.useExistingConfig.migrate": "Create based on the legacy config",
|
|
0 commit comments