Terragrunt can use Amazon's DynamoDB to acquire and release locks. DynamoDB supports strongly consistent reads as well as conditional writes, which are all the primitives we need for a basic distributed lock system. It's also part of AWS's free tier, and given the tiny amount of data we...
Locking using DynamoDB Terragrunt can use Amazon'sDynamoDBto acquire and release locks. DynamoDB supportsstrongly consistent readsas well asconditional writes, which are all the primitives we need for a very basic distributed lock system. It's also part ofAWS's free tier, and given the tiny...