twitchscience / kinsumer

Native Go consumer for AWS Kinesis streams.
Other
134 stars 35 forks source link

Allow dynamodb to be updating #54

Closed slydon closed 4 years ago

slydon commented 4 years ago

If new kinsumer processes attempt to come online while scaling capacity for dynamodb tables they will fail because the tables are not in ACTIVE status. This allows an UPDATING status.

Local tests work fine.