January 2019
Intermediate to advanced
490 pages
15h 37m
English
Creating Cognito user pools is more commonly done using CloudFormation templates. Various sections of the CloudFormation template correspond to the CLI commands that you saw in the previous section:
---AWSTemplateFormatVersion: '2010-09-09'Description: Cognito User Pool with SMS and MFA Verification
Resources: SNSRole: Type: "AWS::IAM::Role" Properties: AssumeRolePolicyDocument: Version: "2012-10-17" ...
Read now
Unlock full access