Why does AppSync return null when Lambda returns the correct result?
Hello, I'm trying to create a simple AppSync schema with Lambda query resolver which gets some data from the database. When I run Lambda from the console, everything is perfect and I get the correct result, but when I run it from the AppSync console,...
Join discussion