Values.AwsLambdaTransformationSourceLambda function used to transform objects through an Object Lambda Access Point.
type nonrec t = {functionArn : FunctionArnString.t;The Amazon Resource Name (ARN) of the Lambda function.
*)functionPayload : AwsLambdaTransformationPayload.t option;Additional JSON that provides supplemental data to the Lambda function used to transform objects.
*)}