Module aws_lambda_events::event::dynamodb
source · Expand description
AWS Lambda event definitions for dynamodb.
Structs
- The
Eventstream event handled to Lambda http://docs.aws.amazon.com/lambda/latest/dg/eventsources.html#eventsources-ddb-update - EventRecord stores information about each record of a DynamoDb stream event
DynamoDbStreamRecordrepresents a description of a single data modification that was performed on an item in a DynamoDB table.TimeWindowEventrepresents an Amazon Dynamodb event when using time windows ref. https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html#services-ddb-windowsTimeWindowEventResponseis the outer structure to report batch item failures for DynamoDBTimeWindowEvent.