Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@AnjaneyuluBatta505
Created March 2, 2021 11:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnjaneyuluBatta505/e7bab58579279b700c970de8dbf3b34e to your computer and use it in GitHub Desktop.
Save AnjaneyuluBatta505/e7bab58579279b700c970de8dbf3b34e to your computer and use it in GitHub Desktop.
cognito idp aws
client = boto3.client(
'cognito-idp', region_name="ap-southeast-1",
**{
'aws_access_key_id': "",
'aws_secret_access_key': ""
})
@AnjaneyuluBatta505
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment