createFunctionDefinition
inline suspend fun GreengrassClient.createFunctionDefinition(crossinline block: CreateFunctionDefinitionRequest.Builder.() -> Unit): 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.