Until now we have been sequentially creating/updating the resources that compose a deployment.
Deployments probably would be faster if we deal with each resource on a separate thread, though obviously the code complexity would increase, specially error management.