# README
dynamodb-export-poller
You can export DynamoDB table data to S3 but its job takes few minutes and currently it emits no events.
This tool just waits given DynamoDB table's export job finishes.
Synopsis
go run github.com/aereal/dynamodb-export-poller/cmd/dynamodb-export-poller -table-arn arn:aws:...
Mandatory argument is only -table-arn
.
Run -help
and you can review other optional arguments.
Installation
go install github.com/aereal/dynamodb-export-poller/cmd/dynamodb-export-poller
License
See LICENSE file.
# Functions
NewPoller creates new Poller.
# Variables
No description provided by the author
No description provided by the author
ErrTableArnRequired is an error that means mandatory table ARN is not passed.
# Structs
No description provided by the author
PollerOptions is a set of Poller's options.