did anyone try to write a Golang app that controls...
# golang
d
did anyone try to write a Golang app that controls AWS Infrastructures that are scattered across multiple Pulumi stacks? I mean doing
pulumi up, pulumi destroy, etc
for multiple stacks? and get the output of all these stacks in a json structured file?
m
Sounds interesting and should be doable with the Automation API https://www.pulumi.com/automation/
d
@many-telephone-49025 whoa just read the concept of automation, seem like it. Need to read more thx for the info and link.
m
Awesome! Feel free to ping us/me if you have question or join the #automation-api channel!