com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $

0

I am getting this error in my lambda function when i am calling my lambda without any parameter.

I am using java 11 as a runtime

feita há 9 meses719 visualizações
1 Resposta
0

Hi,

This kind of error is not related to AWS Lambda but to the way that you use Google's Gson when you parse input data.

Have a look at this video to debug your code and solve: https://www.youtube.com/watch?v=k-F4Z7U7fpM

Best,

Didier

profile pictureAWS
ESPECIALISTA
respondido há 9 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas