AWS Lambda invoke-function should invoke a lambda function by sending it some sort of event. The events should be JSON, so what's the best method of sending that? Perhaps send the job file contents (forcing the Switch user to make a JSON job to invoke Lambda). Does this make sense?