moto/moto/cognitoidentity/utils.py
2018-10-09 10:28:15 -07:00

6 lines
144 B
Python

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