© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
deepak bajaj
This is not working, My lambda always give the below response
{ "statusCode": 200, "body": "{\"response\": \"NO\"}" }
Kindly help.
Not working with UI as well
Vikas Solegaonkar
You can check your IAM role - if it has the required permissions. If it is good, you can try to remove the exception suppression in the lambda code. That will show you exact line where the error occurs - so that you can fix it.
Yajat Gupta
DevOps
same issue with me. Were you able to fix it?