https://pulumi.com logo
Title
b

better-activity-84090

04/19/2022, 1:28 PM
Questions for the maintainers, I understand that the Pulumi aws native modules are built automatically using
Pulumi SDK Generator
, whats the process to fix non-working generated modules ? ex: https://github.com/pulumi/pulumi-aws-native/blob/master/sdk/python/pulumi_aws_native/wafv2/get_web_aclassociation.py#L20 Missing retun for the function line
20
, and missing parenthesis line
47
? I’ve tried looking at the contrib docs but it doesn’t seem clear
e

echoing-dinner-19531

04/19/2022, 2:12 PM
The code for code gen currently lives in the pulumi/pulumi repo https://github.com/pulumi/pulumi/tree/master/pkg/codegen
🙏 1
b

better-activity-84090

04/19/2022, 2:14 PM
thanks, there seems to be a big regression on the python side since 0.9.0 cf: https://github.com/pulumi/pulumi-aws-native/issues/379
e

echoing-dinner-19531

04/19/2022, 2:16 PM
I've moved that issue to pulumi/pulumi for better tracking
b

better-activity-84090

04/19/2022, 2:17 PM
good to know, thanks @echoing-dinner-19531