Can't get basic Lambda function to work

Options
In my Lambda function I only had return "hello";

I got:
Exception: Unable to locate input: return "hello";[Screen Shot 2022-04-01 at 21.13.28 PM.png]

Comments

  • OK.  Apparently, this works in API but not function.
  • Ray Deck
    Ray Deck Trusted Xano Expert ✭✭✭
    Options
    I did this in a function - same code - and it worked as expected (var_1 was set to the string value, "hello") Possible there are instance upgrades happening that are causing differences in the code?
  • It seems to work now.  Really not sure why.  I did log out and re-login and it was still happening.  Over time, it was gone.  Could just be me.