6 lines
144 B
Python
Raw Normal View History

from moto.core.utils import get_random_hex
def get_random_identity_id(region):
2018-10-09 10:28:15 -07:00
return "{0}:{1}".format(region, get_random_hex(length=19))