I have a Lambda that I do not want SST to wrap in ...
# sst
d
I have a Lambda that I do not want SST to wrap in the stub/webhook function. How do I set a lambda to be ignored?
cc: @Michael Rooney
t
There's a property called
enableLiveDev
in the function props you can set to false
d
❤️ @thdxr awesome! That’s perfect && fast 😄