# Functions
CallFunction calls an AWS Lambda function Inputs: svc is an AWS Lambda service client maxItems is the maximum number of items to retrieve function is the name of the AWS Lambda function Output: If success, the results of the function call and nil Otherwise, nil and an error from the call to Invoke.