API Reference
Preparing search index...
@aws-lambda-powertools/commons
types
SyncHandler
Type Alias SyncHandler<T>
SyncHandler
:
(
event
:
Parameters
<
T
>
[
0
]
,
context
:
Parameters
<
T
>
[
1
]
,
callback
:
Parameters
<
T
>
[
2
]
,
)
=>
void
A type that represents a synchronous Lambda handler.
Type Parameters
T
extends
Handler
Type declaration
(
event
:
Parameters
<
T
>
[
0
]
,
context
:
Parameters
<
T
>
[
1
]
,
callback
:
Parameters
<
T
>
[
2
]
,
)
:
void
Parameters
event
:
Parameters
<
T
>
[
0
]
context
:
Parameters
<
T
>
[
1
]
callback
:
Parameters
<
T
>
[
2
]
Returns
void
Deprecated
Use
AsyncHandler
instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
API Reference
Loading...
A type that represents a synchronous Lambda handler.