@patternmeshjs/streams
    Preparing search index...

    Interface DynamoDBStreamEvent

    interface DynamoDBStreamEvent {
        Records: readonly DynamoDBRecord[];
    }
    Index

    Properties

    Properties

    Records: readonly DynamoDBRecord[]