Constructs a new instance of the Router class.
The configuration object for the router.
None
Protected
Readonly
configThe configuration object for the router.
Protected
Readonly
routeA protected property that holds a RouteResolver object. The RouteResolver is responsible for resolving routes and returning the appropriate response.
Represents a server that handles serverless events and routes them to appropriate handlers.