I’m noticing really slow pulumi command execution when using s3 as a backend. It seems specific to t...
b
I’m noticing really slow pulumi command execution when using s3 as a backend. It seems specific to the amount of stacks in the project. A project with one stack takes 1 second to execute pulumi stack select, whereas a project with 30 stacks takes over 10 seconds. Is this an issue for anyone else?
g
I know pulumi can feel slow because it is doing a lot of file exchange. Does your single stack have the same amount of resources as multi stack project?