moto/moto/cognitoidentity/utils.py
2018-04-03 12:08:53 -07:00

5 lines
144 B
Python

from moto.core.utils import get_random_hex
def get_random_identity_id(region):
return "{0}:{0}".format(region, get_random_hex(length=19))