Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#typescript
Title
c
curved-pharmacist-41509
05/31/2020, 9:27 AM
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
millions-furniture-75402
06/01/2020, 1:08 PM
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
curved-pharmacist-41509
06/03/2020, 11:44 AM
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
Post