https://pulumi.com logo
m

many-vase-67759

06/07/2019, 9:49 PM
Also quick noob question on outputs/consumers, can a project written in typescript can consume outputs of a project written in python for instance ?
w

white-balloon-205

06/07/2019, 10:27 PM
Yes - the
StackReference
feature in each language can reference outputs from another stack that can be deployed in any other language. Today this only works at the stack level - each stack has to be authored in a single language. We are exploring solutions to allow mixing at the component level as well for the future.
m

many-vase-67759

06/08/2019, 7:01 AM
Ok cool. One use case I think of is writing core infra in python because we devops use python, and app infra in js/ts that is our software language and would be easier if we decide to let this to devs. Interesting stuff again, will definitely try it out.