🔗 Simulating Amazon DynamoDB unique constraints using transactions
A technique to simulate a uniqueness constraint on a field not used in the key. Came in handy for solving a problem I was having with DynamoDB today. I wrote more about it here if you’re curious.