Function cargo_lambda_metadata::cargo::function_deploy_metadata
source · pub fn function_deploy_metadata<P: AsRef<Path> + Debug>(
manifest_path: P,
name: &str
) -> Result<DeployConfig>Expand description
Create a DeployConfig struct from Cargo metadata.
This configuration can be overwritten by flags from the cli.