Results 16 comments of drone-ah

Sorry for the delay. Info as requested ```  poetry run pulumi about CLI Version 3.46.0 Go Version go1.19.2 Go Compiler gc Plugins NAME VERSION aws 5.19.0 python unknown Host...

It looks like some of the tests access the API from the other container and does black box testing. I am not sure of a simple way to change the...

For the blackbox tests, you could probably use https://github.com/tiangolo/full-stack-fastapi-postgresql/issues/65 to run uvicorn in the test container and pass a reference to that as a fixture.

@robido, I agree that there is a bit of a steep learning curve in adoption, mainly because there is a lot of things being set up. I should point out...

Thank you for getting back to me and for redacting :) I may have misunderstood your suggestion. I've tried with `get_policy_document_output` instead of `get_policy_document` but have the same issue. ![image](https://user-images.githubusercontent.com/2621325/201082566-988cf79b-f8da-4f26-b14a-0516530bc093.png)...

Does it not make more sense to update `aws.iam.GetPolicyDocumentStatementArg`? i.e. ```python resources: Optional[Sequence[str|Output[str]]] = None, ```

Ah! That sucks! I think I'll just ignore the type warning then and keep it a wee bit more readable. Thank you for your help :D It's much appreciated :D

> I'd like to release this under v4.2. Would you mind checking with #293 so we can have both PRs released? I'd be happy to rebase and resolve any merge...

Hi, I've just started integration of `rules_zig` into our repo. Does this issue refer to replicating the behaviour of `zon`? I am not actually doing zig development (yet), only trying...