API Reference
Preparing search index...
@aws-lambda-powertools/event-handler
types
Middleware
Type Alias Middleware
Middleware
:
(
args
:
{
next
:
NextFunction
;
reqCtx
:
RequestContext
}
,
)
=>
Promise
<
HandlerResponse
|
void
>
Type Declaration
(
args
:
{
next
:
NextFunction
;
reqCtx
:
RequestContext
}
,
)
:
Promise
<
HandlerResponse
|
void
>
Parameters
args
:
{
next
:
NextFunction
;
reqCtx
:
RequestContext
}
Returns
Promise
<
HandlerResponse
|
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...