Questions for the maintainers, I understand that t...
# general
b
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
The code for code gen currently lives in the pulumi/pulumi repo https://github.com/pulumi/pulumi/tree/master/pkg/codegen
🙏 1
b
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
I've moved that issue to pulumi/pulumi for better tracking
b
good to know, thanks @echoing-dinner-19531