Constructs a new instance of the Router class.
The configuration object for the router.
The handler function for serverless events.
Handles a serverless event by executing a transaction and resolving the route based on the event.
The serverless event object.
The serverless context object.
None
None
Loads the necessary components and initializes the application.
None
Unloads the current module, stopping any active listeners.
Optional
err: anyOptional error object to pass to the stopListeners method.
Represents a Proxy class that handles routing and server functionality.