Methods
get()
The map of records received by the event.
Returns:
get()
The map of records received by the event.
- Source:
Returns:
get()
The map of records received by the event.
- Source:
Returns:
value(record) → {Promise}
A function that is automatically invoked and passed each record that
the function has received from the associated DynamoDB stream.
Parameters:
Name | Type | Description |
---|---|---|
record |
Record | the record to perform an action with |
- Source:
Returns:
a promise that should be resolved or rejected
- Type
- Promise
Type Definitions
lambdaCallback(res, bodyopt)
A Lambda Callback signals to AWS Lambda that the function has completed
either successfully or otherwise. It can contain a result body (as a string)
or throw an Error object.
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
res |
null | Error | The result of the function being called | ||
body |
string |
<optional> |
"" | A string response payload |
- Source: