- Update the manifest.json file to include "lambda_arn" and "iam_role_arn" along with other properties.See UDCF Manifest File.
- Create a UDCF:
tdextroutine udcf create [OPTIONS] <function_name>function_name is required and defines the UDCF name used in queries to call the function.
Use tdextroutine udcf create --help to display the available options for the udcf create subcommand. The options for udcf create command are the same as for udf create command. Refer to the udf create section in tdextroutine UDF Subcommands and Options.