Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Subscriber ¶
type Subscriber struct {
ShardIteratorType dynamodbstreams.ShardIteratorType
Limit *int64
// contains filtered or unexported fields
}
func NewStreamSubscriber ¶
func NewStreamSubscriber( dynamoSvc *dynamodb.Client, streamSvc *dynamodbstreams.Client, table string, ) *Subscriber
func (*Subscriber) GetStreamData ¶
func (r *Subscriber) GetStreamData() (<-chan dynamodbstreams.Record, <-chan error)
func (*Subscriber) GetStreamDataAsync ¶
func (r *Subscriber) GetStreamDataAsync() (<-chan dynamodbstreams.Record, <-chan error)
Click to show internal directories.
Click to hide internal directories.