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