Function retrieve_lambda_with_id

Source
pub async fn retrieve_lambda_with_id(
    configuration: &Configuration,
    lambda_id: &str,
) -> Result<LambdaResponse, Error<RetrieveLambdaWithIdError>>
Expand description

Retrieves the lambda for the given Id.