Update the DynamoDB checkpoint item to use the `dynamodbav` value for marshaling. Fixes: https://github.com/harlow/kinesis-consumer/issues/142 Minor changes: * Update the DDB example consumer to support a local version of DDB for streamlined testing
7 lines
145 B
Markdown
7 lines
145 B
Markdown
# Consumer
|
|
|
|
Read records from the Kinesis stream
|
|
|
|
### Run the consumer
|
|
|
|
$ go run main.go --app appName --stream streamName --table tableName
|