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