createFunctionDefinition
abstract suspend fun createFunctionDefinition(input: CreateFunctionDefinitionRequest = CreateFunctionDefinitionRequest { }): CreateFunctionDefinitionResponse
Creates a Lambda function definition which contains a list of Lambda functions and their configurations to be used in a group. You can create an initial version of the definition by providing a list of Lambda functions and their configurations now, or use ''CreateFunctionDefinitionVersion'' later.