@patternmeshjs/streams
Preparing search index...
handleStreamByEntity
Function handleStreamByEntity
handleStreamByEntity
(
event
:
DynamoDBStreamEvent
,
options
:
DecodeStreamRecordOptions
&
{
handlers
:
Partial
<
Record
<
EventName
,
(
evt
:
DecodedStreamEvent
)
=>
void
|
Promise
<
void
>
>
,
>
;
}
,
)
:
Promise
<
void
>
Parameters
event
:
DynamoDBStreamEvent
options
:
DecodeStreamRecordOptions
&
{
handlers
:
Partial
<
Record
<
EventName
,
(
evt
:
DecodedStreamEvent
)
=>
void
|
Promise
<
void
>
>
,
>
;
}
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@patternmeshjs/streams
Loading...