quaint-electrician-41503
10/08/2020, 2:45 AMaws.s3.Bucket("rd70-stream-dev" ..)
But my bucket is created as rd70-stream-dev-23095803
. I don't know where I get the additional, unwanted -23095803
. Maybe I'm missing a basic s3 principal, but can't I provide arguments to not create the bucket in this case?little-cartoon-10569
10/08/2020, 2:47 AMstraight-flower-13757
10/08/2020, 2:48 AMlittle-cartoon-10569
10/08/2020, 2:48 AMquaint-electrician-41503
10/08/2020, 2:50 AMbillowy-army-68599
bucket
argument which will specify the name for you:
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/s3/#BucketArgs-bucketquaint-electrician-41503
10/08/2020, 4:36 AMpulumi.ouput.Output object at 0x2045...
gentle-diamond-70147
10/08/2020, 5:00 AMquaint-electrician-41503
10/08/2020, 5:21 AMgentle-diamond-70147
10/08/2020, 3:26 PMapply
call.quaint-electrician-41503
10/08/2020, 6:10 PMapply
call, but I get a template not found exception.bucked.id.apply(lambda x: yaml.load(Environment(...).get_template('...').render(uri=x))
as above and also similar but adding the jinja FileSystemLoader into this id.apply
also.gentle-diamond-70147
10/09/2020, 4:24 PMquaint-electrician-41503
10/09/2020, 10:17 PM