Skip to content

How to modify the default MFA message template in a Cognito User Pool using AWS CDK?

0

How can we write CDK code to modify the default MFA message in the message template of a Cognito User Pool? I have successfully enabled MFA (EMAIL-MESSAGE) for the Cognito User Pool.

1 Answer
0

Kindly take a look at the Amazon Cognito Construct library documentation below. You can find the code snippets for configuring email and SMS messages in the User pools section

https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito-readme.html

AWS

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.