sparse-intern-71089
02/24/2020, 1:00 AMcolossal-ram-89482
02/24/2020, 1:01 AMgentle-diamond-70147
02/24/2020, 3:57 PMfilename in Pulumi is code - https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/lambda/#FunctionArgs-code.gentle-diamond-70147
02/24/2020, 3:57 PMcolossal-ram-89482
02/25/2020, 3:55 AMcode a try soon, I’m sure it will work!colossal-ram-89482
02/25/2020, 3:59 AMtfgen processes “overlays” to achieve this. But I have not found an example overlay. The “AWS overlays directory” link at the bottom of this README returns a 404: https://github.com/pulumi/pulumi-terraform-bridgegentle-diamond-70147
02/25/2020, 4:02 AMresources.go in each provider defines this - e.g. here's the code option for aws_lambda_function - https://github.com/pulumi/pulumi-aws/blob/master/resources.go#L1476-L1495colossal-ram-89482
02/25/2020, 4:14 AM