Hi! I recently started playing with pulumi after f...
# general
t
Hi! I recently started playing with pulumi after following Joe for a while. Because my experience is with compiled languages i went for a TS project but I’m finding some issues when using any library inside a lambda callback. I’m trying to perform an http request inside a lambda and I keep receiving
Error serializing
with a stack trace that at the end says “it was a native code function.“. I’ve been having other issues with TS and some JS libs so at the end I wend for the standard http module but I’m still seeing this. Here is a gist in case somebody wants to take a look at the code https://gist.github.com/alexito4/84e34ce6c66aa320d361781f1ffd946e