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.
pub async fn retrieve_lambda_with_id(
configuration: &Configuration,
lambda_id: &str,
) -> Result<LambdaResponse, Error<RetrieveLambdaWithIdError>>Retrieves the lambda for the given Id.