Categories
aws cloud

Hash functions and DynamoDB

What is a hash function A hash function is a function that takes in input value, and from that input value creates an output value deterministic of the input value. For any x input value, you will always receive the same y output value when the hash function is run. In this way, every input has […]