Lee Zen

Results 114 comments of Lee Zen

Specifically, it looks like there's no way to specify the bus name (https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/cloudwatch/eventTarget.ts#L414) via https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/cloudwatch/eventRuleMixins.ts#L106 As a workaround, you can specify a transformation to the resource options in `onEvent` to...

We need to also examine if it makes sense to try to do #7012 as part of 4.0.

I don't think this is a bug. In general, an `apply` will run if the value is known. I think the wording in the documentation could be improved, but the...

You could rely on an output value that is only known after the resource exists such as `Id` which should only be known after the resource is created. Note that...

@chriscogburn Could you please provide the code you're trying to use that's failing? I don't see `subTopic` anywhere in the example, so it'd be helpful to see the complete code...

Thanks for the suggestion!

This is likely due to the way the system treats `id` as a special property. As a workaround, I would suggest using the `RandomString` resource (and then using the language-specific...

I'm not able to reproduce this on my machine. What does `ulimit -n` show for you? Is it just a matter of hitting OS-level max file descriptors, in which case,...

One thought here is doing patch updates will likely alleviate a lot of the issues here as this is often related to network/load congestion per @lukehoban above and only sending...