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

질문됨 9달 전722회 조회
1개 답변
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
전문가
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인