When call the service with the following parameters
sudo dynamic-dynamodb -c /opt/monitoring/dynamic-dynamodb.conf -r {} --aws-access-key-id {} --aws-secret-access-key {} --table {} --run-once
I get min_provisioned_reads may not be lower than 1 for table avista-notifi-dev but if I remove the table portion it runs fine.
When call the service with the following parameters
sudo dynamic-dynamodb -c /opt/monitoring/dynamic-dynamodb.conf -r {} --aws-access-key-id {} --aws-secret-access-key {} --table {} --run-once
I get
min_provisioned_reads may not be lower than 1 for table avista-notifi-dev
but if I remove the table portion it runs fine.