We can no longer use put_item to store pake registration data in the DDB table since we're generalizing it to store other user data (see previous diff). put_item will rewrite the item if it exists, but we just want to update the registration data in this function. The SET expression makes sure that only the registration attribute is updated.
Depends on D4562