flat-river-10700
11/14/2018, 1:37 AMincalculable-sundown-82514
11/14/2018, 1:37 AMflat-river-10700
11/14/2018, 1:37 AMcreamy-potato-29402
11/14/2018, 1:37 AMflat-river-10700
11/14/2018, 1:38 AMflat-river-10700
11/14/2018, 1:44 AMincalculable-sundown-82514
11/14/2018, 1:45 AMincalculable-sundown-82514
11/14/2018, 1:46 AMincalculable-sundown-82514
11/14/2018, 1:46 AMflat-river-10700
11/14/2018, 1:47 AMflat-river-10700
11/14/2018, 10:20 PMpulumi up
with this example: https://github.com/pulumi/examples/tree/master/aws-py-webserver
It never creates anything after doing a pulumi up
. I see this in the output:
Diagnostics:
pulumi:pulumi:Stack (webserver-py-python-webserver-testing):
/home/wes/.pulumi/bin/pulumi-language-python-exec:57: RuntimeWarning: coroutine 'run_in_stack' was never awaited
pulumi.runtime.run_in_stack(lambda: runpy.run_path(args.PROGRAM, run_name='__main__'))
miniature-ocean-94245
12/06/2018, 5:41 PMincalculable-soccer-97284
12/09/2018, 9:19 PMResource
be made Awaitable, roughly:
class Resource():
def __await__(self):
return self.id.future()__await__
This allows me to manage my resources in async more conveniently, including I/O packaging my series of lambda src code. Wdyt?
Obviously we need an async version of register_resource()
and externalizing loop may feel icky.polite-helmet-87481
12/24/2018, 4:23 PMpulumi
and i can’t even get the python
version working correctly, the js
is working as expected.polite-helmet-87481
12/24/2018, 4:26 PMuser@dev:~/test/examples/aws-py-webserver$ sudo !!
sudo /home/user/.pulumi/bin/pulumi up
Previewing update (python-webserver-test):
Type Name Plan Info
pulumi:pulumi:Stack webserver-py-python-webserver-test 1 error
Diagnostics:
pulumi:pulumi:Stack (webserver-py-python-webserver-test):
error: an unhandled error occurred: Program exited with non-zero exit code: 1
error: an error occurred while advancing the preview
Using this example to kickstart the project <https://github.com/pulumi/examples/tree/master/aws-py-webserver>
.flat-river-10700
01/10/2019, 5:59 PMpulumi up
$ pulumi up -d
warning: A new version of Pulumi is available. To upgrade from version '0.16.8' to '0.16.9', run
$ curl -sSL <https://get.pulumi.com> | sh
or visit <https://pulumi.io/install> for manual instructions and release notes.
Previewing update (python-webserver-testing):
Type Name Plan Info
pulumi:pulumi:Stack webserver-py-python-webserver-testing 1 error
Diagnostics:
pulumi:pulumi:Stack (webserver-py-python-webserver-testing):
error: an unhandled error occurred: Program exited with non-zero exit code: 1
error: an error occurred while advancing the preview
What's going on here?boundless-room-36997
01/16/2019, 2:10 PMmicroscopic-florist-22719
icy-dress-83371
01/28/2019, 2:53 AMicy-dress-83371
01/28/2019, 2:57 AMlittle-river-49422
02/04/2019, 8:43 PMlittle-river-49422
02/04/2019, 8:44 PMlittle-river-49422
02/04/2019, 8:44 PMincalculable-sundown-82514
02/04/2019, 8:45 PMlittle-river-49422
02/04/2019, 8:47 PMincalculable-sundown-82514
02/04/2019, 8:48 PMincalculable-sundown-82514
02/04/2019, 8:48 PMlittle-river-49422
02/04/2019, 8:48 PMlittle-river-49422
02/04/2019, 8:48 PMlittle-river-49422
02/04/2019, 8:49 PM