capless / warrant

Python library for using AWS Cognito. With support for SRP.
Apache License 2.0
468 stars 192 forks source link

Line in README is wrong #43

Closed yingzong closed 7 years ago

yingzong commented 7 years ago

client = boto3('cognito-idp') should probably be client = boto3.client('cognito-idp').

armicron commented 7 years ago

@yingzong you are right, thank you.