awslabs / amazon-dynamodb-lock-client

The AmazonDynamoDBLockClient is a general purpose distributed locking library built on top of DynamoDB. It supports both coarse-grained and fine-grained locking.
Other
472 stars 85 forks source link

Failed to run demo code #95

Open user1689 opened 8 months ago

user1689 commented 8 months ago

I got below error when I try to run demo code in README.MD with Access key which has Full Access to DynamoDB.

software.amazon.awssdk.services.dynamodb.model.DynamoDbException: The provided key element does not match the schema (Service: DynamoDb, Status Code: 400, Request ID: BVNRVRG4OR0V4NCQIHKQQI1BSNVV4KQNSO5AEMVJF66Q9ASUAAJG)

Screen Shot 2023-12-18 at 11 07 40 AM

hoangytm commented 3 months ago

is there any solution for this case? I have the same issue when running