register_app_deployer
Registers the application environment deployer by mapping the AppEnvironment type to the internal deployment function within the flyte deployer module.
def register_app_deployer() - > null
Registers the application-specific deployment handler within the Flyte deployment system to enable environment-based application provisioning.
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the function performs a global registration side effect. |