is there a limit on the size of the `opts=pulumi.R...
# general
s
is there a limit on the size of the
opts=pulumi.ResourceOptions(depends_on=[]),
array? or will pulumi actually wait for an array with 100+ objects in it?
e
It'll wait for 100+ objects, I think the first limit you'd hit is the 400mb rpc message limit.
s
thanks, I dont think i'll have 100 but API gateway has a lot of resources that need to be created and in a stage prior to deployment getting triggered.. so this helps, thanks!