Ali Sharabiani

Results 2 issues of Ali Sharabiani

Cast `void *` pointer to correct type. Was getting compiler error.: > error: cannot initialize a variable of type 'UserData *' with an lvalue of type 'void *' UserData *userData...

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 ddbc = DynamoDBConnection() File...