lambda Function
Parameters
value
The parameters to create a component from a Lambda function. You must specify either InlineRecipe
or LambdaFunction
.
suspend fun lambdaFunction(argument: suspend ComponentVersionLambdaFunctionRecipeSourceArgsBuilder.() -> Unit)
Parameters
argument
The parameters to create a component from a Lambda function. You must specify either InlineRecipe
or LambdaFunction
.