https://pulumi.com logo
Title
c

crooked-knife-92853

09/17/2020, 7:56 PM
Hi everyone, I was just working on importing a cloudfront distribution that uses a cache policy and noticed that Pulumi doesn’t support that yet. I’m wondering, roughly how long does it normally take to implement a new aws feature like this?
g

gentle-diamond-70147

09/17/2020, 9:06 PM
Hi Jordan, our AWS provider relies on the corresponding Terraform AWS provider. There's an issue open at https://github.com/terraform-providers/terraform-provider-aws/issues/14373 to add support for these new Cloudfront features to the Terraform AWS provider. As soon as Terraform adds support and does a release, we'll have a corresponding release within a matter of days. In the meantime, you can use a Cloudformation Stack (https://www.pulumi.com/docs/reference/pkg/aws/cloudformation/stack/) from within your Pulumi application if you need this support immediately.