capless / warrant

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

To add 'MessageAction' parameter to admin_create_user #141

Open ba1dr opened 5 years ago

ba1dr commented 5 years ago

Method admin_create_user from boto3 accepts MessageAction argument which can suppress sending email message with temp password to the user.

...
MessageAction='RESEND'|'SUPPRESS',
...

Would be useful if added to warrant.