Does pulumi have a gui like AWS Cloudformation des...
# getting-started
f
Does pulumi have a gui like AWS Cloudformation designer?
b
Hi Wes. No we do not
f
Then does it export to yaml/json that can be used by cloud formation?
b
not at this time. Would love to get more context on what your use case is? The intent of Pulumi is that Pulumi provisions your infrastructure 🙂
f
I’m actually looking for a tool that builds architectures. We use cloudformation for provisioning but editing templates is time consuming. We do not want to replace cloudformation as it is the source of truth in our pipeline.
b
you can define your cloudformation stacks using pulumi using the CloudFormation resource: https://www.pulumi.com/docs/reference/pkg/aws/cloudformation/ i don't know of a tool that "builds architectures" at this time
f
ok thanks for the links