https://pulumi.com logo
Title
h

high-translator-22614

07/02/2019, 9:15 PM
the big two: •
ComponentResource
involves a bunch of boilerplate (especially if you're trying to be more helpful and look more like standard resources) for what is essential "Turn this single body into a class" which can be a decorator • A bunch of the functions are async and return awaitables (specifically coroutines) instead of `Output`s, when it's not super clear how to handle them (since python async syntax can only be used inside functions, and pulumi is based on top-level stuff), see also my question in #python