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

Table cloudformation template #89

Open steve-thousand opened 1 year ago

steve-thousand commented 1 year ago

I would like to be able to create the lock table in advance of using it by using either cloudformation or terraform. It would be helpful if there were a schema definition somewhere. Does documentation on that exist?