You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have a sequence that waits for a VPCEndpoint object to be created, then simultaneously create many VPCEndpointSubnetAssociations and VPCEndpointSecurityGroupAssociations, without having to define many sequences that all end in a singular object after a VPCEndpoint object.
What problem are you facing?
I'd like to have a sequence that waits for a VPCEndpoint object to be created, then simultaneously create many VPCEndpointSubnetAssociations and VPCEndpointSecurityGroupAssociations, without having to define many sequences that all end in a singular object after a VPCEndpoint object.
How could this Function help solve your problem?
As an initial spitball idea, but the idea of reserving 'group' as a resource name for this functionality feels a bit cludgy.
Since this effectively a function to form a DAG of operations, something that allows DAG like functionality would be welcome!
Thanks
The text was updated successfully, but these errors were encountered: