API Reference
Preparing search index...
@aws-lambda-powertools/event-handler
types
HttpRouteOptions
Type Alias HttpRouteOptions
type
HttpRouteOptions
=
{
method
:
HttpMethod
|
HttpMethod
[]
;
middleware
?:
Middleware
[]
;
path
:
Path
;
validation
?:
ValidationConfig
;
}
Index
Properties
method
middleware?
path
validation?
Properties
method
method
:
HttpMethod
|
HttpMethod
[]
Optional
middleware
middleware
?:
Middleware
[]
path
path
:
Path
Optional
validation
validation
?:
ValidationConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
method
middleware
path
validation
API Reference
Loading...