parameters
Specifies the Lambda function or functions to use for updating the data catalog. This is a mapping whose values depend on the catalog type.
For the
HIVEdata catalog type, use the following syntax. Themetadata-functionparameter is required.The sdk-versionparameter is optional and defaults to the currently supported version.metadata-function=<i>lambda_arn</i>, sdk-version=<i>version_number</i>For the
LAMBDAdata catalog type, use one of the following sets of required parameters, but not both.If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.
metadata-function=<i>lambda_arn</i>, record-function=<i>lambda_arn</i>If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.
function=<i>lambda_arn</i>