cargo_lambda_metadata::cargo

Function 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>,
    s3_key: &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.