[VS/C#] Can't start new project. what's problem? #1653
-
The process of re-uploading or modifying projects that are already uploaded is normal, but I don't know what's the cause. step 1. step 3. step 4. step 5. System.Exception: Error deserializing the input JSON to type String
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@foranie Good afternoon. Looks like you are using Lambda Test Tool to test Lambda function which accepts |
Beta Was this translation helpful? Give feedback.
@foranie Good afternoon. Looks like you are using Lambda Test Tool to test Lambda function which accepts
string
type as the 1st parameter. What is the function input you are giving in the Lambda Test Tool window? For sending expectedstring
type, you need to send a string data enclosed in double quotes (for example"Hello World"
).