I use the docker command provided in the Readme. I keep getting the following error:
Traceback (most recent call last):
File "dynamodb-copy-table.py", line 22, in <module>
ddbc = DynamoDBConnection()
File "/usr/local/lib/python3.6/site-packages/boto/dynamodb2/layer1.py", line 173, in __init__
kwargs['host'] = region.endpoint
AttributeError: 'NoneType' object has no attribute 'endpoint'
I have initialized all the required environment variables.