This message was deleted.
# general
s
This message was deleted.
b
Just throwing a guess here ... What does the CloudWatch log for your lambda say? Any errors? Does your lambda have the right S3 IAM permissions?
b
The cloudwatch log doesn’t return any errors except the lambda timing out. I do see all my logging statements I put in…just the callback/promise from the AWS API never returns. I am pretty sure other configuration (like IAM permissions) are not the issue, since I can run the exact same lambda fine when I upload the code in the traditional way instead of via Pulumi magic.
Oops. My apologies. One of my test cases was misconfigured. My problem was the result of a misconfigured VPC, not Pulumi’s lambda code generation.