Created
March 2, 2021 11:14
-
-
Save AnjaneyuluBatta505/e7bab58579279b700c970de8dbf3b34e to your computer and use it in GitHub Desktop.
cognito idp aws
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
client = boto3.client( | |
'cognito-idp', region_name="ap-southeast-1", | |
**{ | |
'aws_access_key_id': "", | |
'aws_secret_access_key': "" | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.integralist.co.uk/posts/cognito/