https://pulumi.com logo
Title
c

clean-toddler-25770

09/23/2021, 3:44 PM
Hi everyone, does anyone have any prior experience dealing with features recently released by a cloud provider that are not yet supported by the Pulumi API? In our case, we want to start to use the dynamic partitioning in AWS Firehose, but this configuration is not included in the documentation. Any good approach to tackle this problem? Is editing from the console an option?
b

billowy-army-68599

09/23/2021, 4:37 PM
hey @clean-toddler-25770 - unfortunately we are bound by the upstream provider for our AWS provider, in this case the terraform provider.
there are some options, for example, you can use a dynamic provider: https://www.pulumi.com/blog/dynamic-providers/
b

billowy-army-68599

09/23/2021, 4:52 PM
m

millions-furniture-75402

09/23/2021, 4:54 PM
Ahhh, I see. I didn't realize AWS wasn't a Native Provider yet. Thank you.
b

billowy-army-68599

09/23/2021, 4:57 PM
watch this space...
šŸ‘€ 3
ā“ 1
f

freezing-van-87649

09/24/2021, 12:46 AM
yeah, I’m guessing the best option is probably using a dynamic provider. Use pulumi to stand up the delivery stream, then use a dynamic provider to call update_destination with
DynamicPartitioningConfiguration