Available on crate feature
deploy only.Expand description
Infrastructure for deploying Hydro programs to the cloud using hydro_deploy.
Re-exports§
pub use crate::compile::init_test;pub use deploy_graph::*;pub use deploy_graph_containerized::*;docker_deploypub use deploy_graph_containerized_ecs::*;ecs_deploy
Modules§
- deploy_
graph - Deployment backend for Hydro that uses
hydro_deployto provision and launch services. - deploy_
graph_ containerized docker_deploy - Deployment backend for Hydro that uses Docker to provision and launch services.
- deploy_
graph_ containerized_ ecs ecs_deploy - Deployment backend for Hydro that uses Docker to provision and launch services.
- deploy_
runtime_ containerized docker_runtime - deploy_
runtime_ containerized_ ecs ecs_runtime