Defines a type for a launchable handler that takes an input event and context, and returns a promise of a response.
The input event for the handler.
The context for the handler.
A promise that resolves to a response.
Defines a type for a launchable handler that takes an input event and context, and returns a promise of a response.