This website requires JavaScript.
Explore
Help
Register
Sign In
Yasuke
/
moto
Watch
1
Star
0
Fork
0
You've already forked moto
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a93756c69a
moto
/
moto
/
cognitoidentity
/
utils.py
6 lines
106 B
Python
Raw
Normal View
History
Unescape
Escape
#2800 - CognitoIdentity - Fix format of Identity ID
2020-04-04 13:09:38 +00:00
from
uuid
import
uuid4
Added basic cognitoidentity (not working)
2018-03-28 19:40:42 +00:00
def
get_random_identity_id
(
region
)
:
#2800 - CognitoIdentity - Fix format of Identity ID
2020-04-04 13:09:38 +00:00
return
"
{0}
:
{1}
"
.
format
(
region
,
uuid4
(
)
)
Reference in New Issue
Copy Permalink