interface GetOptions {
    consistentRead?: boolean;
}

Properties

Properties

consistentRead?: boolean

Whether to use the "consistent read model"

DynamoDB's default which is false, i.e. use Eventually Consistent Reads