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
"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).",
0 commit comments