on logout, we need to delete/remove the access token and keys associated with the logged out device.
the first helper function removes the device's keys from the users table with an update expression.
the second helper function deletes the device's access token from the access tokens table by calling delete_item().