pub async fn update_lambda_with_id(
configuration: &Configuration,
lambda_id: &str,
lambda_request: Option<LambdaRequest>,
) -> Result<LambdaResponse, Error<UpdateLambdaWithIdError>>
Expand description
Updates the lambda with the given Id.