When pulumi-aws-iam will be updated? ```The confl...
# getting-started
g
When pulumi-aws-iam will be updated?
Copy code
The conflict is caused by:
    The user requested pulumi_aws==6.47.0
    pulumi-awsx 2.13.0 depends on pulumi-aws<7.0.0 and >=6.0.4
    pulumi-aws-iam 0.2.0 depends on pulumi-aws<6.0.0 and >=5.0.0
I can't go with pulumi_aws <6.0.0 that's too old. Living without pulumi-aws-iam would be difficult
m
FYI, https://github.com/pulumi/pulumi-aws-iam doesn't seem to be under active development and is not ready for production use:
⚠️ This package is a work in progress: Please do not use this in a production environment!
You can do everything IAM through the aws or aws-native package 🙂 If you need a specific construct from pulumi-aws-iam, it's probably best to copy it and create your own utility library.
🙌 1