pub async fn delete_lambda_with_id(
configuration: &Configuration,
lambda_id: &str,
) -> Result<(), Error<DeleteLambdaWithIdError>>
Expand description
Deletes the lambda for the given Id.
pub async fn delete_lambda_with_id(
configuration: &Configuration,
lambda_id: &str,
) -> Result<(), Error<DeleteLambdaWithIdError>>
Deletes the lambda for the given Id.