Where can I find more details about how the lambda...
# typescript
c
Where can I find more details about how the lambda call back extraction works? Got some odd errors and need to debug the transpilation, just not sure how it works
m
Are you referring to serializing javascript functions? https://www.pulumi.com/docs/tutorials/aws/serializing-functions/
Can you expand on the issues you’re having?
c
I was getting an odd error about
this
not being a Symbol. I ended up using webpack to compile my lambdas rather than callbacks in my pulumi program