You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As captured in netlify/functions#308, there's currently a difference in behaviour between ntl dev and production behaviour for functions that respond synchronously:
While ntl dev will takes this as a literal response, a deployed function will discard this return value. Since that behaviour is controlled by Lambda, we should move ntl dev's behaviour in-line.