Additional options that can be provided to a @Controller() decorator.
@Controller()
A controller base path will be prepended to any API Gateway event handler resource paths.
A list of middleware that will run before any event handler in the controller.
Generated using TypeDoc
Additional options that can be provided to a
@Controller()
decorator.