What's the point of Pulumi AWS Native provider now...
# aws
b
What's the point of Pulumi AWS Native provider now that there's awscc Terraform provider? Couldn't Pulumi just derive an awscc Classic Provider that does the same thing?
h
Our native provider is quite a lot more mature than the awscc provider. It handles complex recursive types such as WAFv2 ACL (which is just dropped in the awscc provider). The native provider also gives us the ability to write the https://www.pulumi.com/cf2pulumi/ tool
👍 1