busy-umbrella-36067
07/01/2019, 7:34 PM@pulumi/aws/lambda/Function
expects an archive for code
, should I just submit my PR with a zip file or is there any way to do that on the fly?thousands-telephone-86052
07/02/2019, 4:15 PMthousands-telephone-86052
07/02/2019, 5:43 PMhigh-translator-22614
07/02/2019, 7:50 PM@component
and @outputish
), which I would like to get out of my project and into a more reusable form. Would the pulumi project accept these as a PR or should I just ship my own package?high-translator-22614
07/02/2019, 7:51 PMwhite-balloon-205
07/02/2019, 8:34 PMpulumi/pulumi
outlining what you found you needed, with links to gists or other forms of the solutions, where we could discuss both the scenarios and the specific solutions and how best to make them available to more users.high-translator-22614
07/02/2019, 9:15 PMComponentResource
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 #pythonhigh-translator-22614
07/02/2019, 9:17 PM@component()
that takes a callable and wraps it in a generated class, trying to do The Right Thing and allll the boilerplate
• FauxOutput
and @outputish
, which convert awaitables into an object that implements the same (public) interface as Output
high-translator-22614
07/02/2019, 9:18 PMhigh-translator-22614
07/02/2019, 9:29 PMthousands-telephone-86052
07/03/2019, 12:00 AMthousands-telephone-86052
07/03/2019, 12:03 AMhigh-translator-22614
07/03/2019, 5:03 PMlimited-hairdresser-52340
07/12/2019, 2:07 PMlimited-rainbow-51650
07/16/2019, 9:57 PMterraform-provider
and terraform-module
to find providers and/or modules.helpful-vegetable-35581
08/22/2019, 9:37 PMfresh-summer-65887
08/30/2019, 8:08 AMimportant-librarian-11689
09/26/2019, 2:23 PMwhite-balloon-205
10/15/2019, 9:55 PMcolossal-room-15708
10/16/2019, 12:20 AMwonderful-daybreak-2504
10/23/2019, 3:50 PMpulumi
. Instead of dockerized action, I made two js actions:
To install pulumi — https://github.com/prepor/setup-pulumi
and to run pulumi — https://github.com/prepor/github-pulumi
It works quite well and I think in general it's a more flexible and customizable approach. For example, it doesn't care about gcloud auth anymore, it could be done in different actions. And it solves both my issues too 🙂
What do you think?clever-nest-47198
10/24/2019, 8:22 PMclever-nest-47198
10/24/2019, 8:22 PMmillions-judge-24978
11/25/2019, 4:29 PMbusy-umbrella-36067
12/09/2019, 8:18 PMbroad-dog-22463
12/09/2019, 8:24 PMbusy-umbrella-36067
12/30/2019, 8:20 PM$ pulumi preview -v=10
...
error: an unhandled error occurred: Program exited with non-zero exit code: -1
.
Is there way to see the output from the provider binary?limited-rainbow-51650
01/04/2020, 1:47 PMbroad-dog-22463
01/04/2020, 1:48 PMbroad-dog-22463
01/05/2020, 6:24 PMbroad-dog-22463
01/05/2020, 6:24 PMlimited-rainbow-51650
01/05/2020, 6:26 PMbroad-dog-22463
01/05/2020, 6:34 PMlimited-rainbow-51650
02/05/2020, 8:31 PM