The type "any value" is not assignable to the type "object with properties"

I have a lambda function that returns a JSON object, but I am unable to bind this returned JSON to an app variable with an identical object/property schema. How do I do this?