From b037bd8a48f162b4d9afa1422367f7fb0b83e56e Mon Sep 17 00:00:00 2001 From: Edward Foyle Date: Wed, 3 Mar 2021 16:09:17 -0800 Subject: [PATCH] fix: add sms auth message to cfn template --- .../resources/cloudformation-templates/auth-template.yml.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/amplify-category-auth/resources/cloudformation-templates/auth-template.yml.ejs b/packages/amplify-category-auth/resources/cloudformation-templates/auth-template.yml.ejs index 142b0f63886..c0fc8e6afb8 100644 --- a/packages/amplify-category-auth/resources/cloudformation-templates/auth-template.yml.ejs +++ b/packages/amplify-category-auth/resources/cloudformation-templates/auth-template.yml.ejs @@ -176,6 +176,7 @@ Resources: <% } %> MfaConfiguration: !Ref mfaConfiguration SmsVerificationMessage: !Ref smsVerificationMessage + SmsAuthenticationMessage: !Ref smsAuthenticationMessage SmsConfiguration: SnsCallerArn: !GetAtt SNSRole.Arn ExternalId: <%=`${props.resourceNameTruncated}_role_external_id`%>