Preparing search index...
The search index is not available
Powertools for AWS Lambda (Typescript) API Reference
Powertools for AWS Lambda (Typescript) API Reference
@aws-lambda-powertools/logger
types
<internal>
AsyncHandler
Type Alias AsyncHandler<T>
Async
Handler
<
T
>
:
(
(
event
:
Parameters
<
T
>
[
0
]
,
context
:
Parameters
<
T
>
[
1
]
)
=>
Promise
<
NonNullable
<
Parameters
<
Parameters
<
T
>
[
2
]
>
[
1
]
>
>
)
A type that represents an asynchronous Lambda handler.
Type Parameters
T
extends
Handler
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Powertools for AWS Lambda (Typescript) API Reference
Loading...
A type that represents an asynchronous Lambda handler.