What would you have the LambdaExecutor do? You can still only invoke Lambda's with specific triggers (hit a URL, fetch data from stream, new file in s3, etc).
It could in theory trigger your lambda at a given time (using say the http endpoint option), but I am not sure what you're trying to gain from it.