How can I invoke routes without building event objects

Hey folks!

I’d like to write some tests to ensure my functions are invoking correctly from the API, without having to either make actual internet-traversing API calls or manually constructing full events.

Are there any helpers for constructing the event object, or to call an API route by route name and method and having it resolve and construct the event itself?