pub async fn create_lambda(
configuration: &Configuration,
lambda_request: Option<LambdaRequest>,
) -> Result<LambdaResponse, Error<CreateLambdaError>>
Expand description
Creates a Lambda. You can optionally specify an Id for the lambda, if not provided one will be generated.