From d293ce43fda16b50768f59a052e259435fc8757f Mon Sep 17 00:00:00 2001 From: josefaidt Date: Wed, 6 Nov 2024 15:05:29 -0800 Subject: [PATCH] add callout for creating users --- .../auth/use-existing-cognito-resources/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources/index.mdx b/src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources/index.mdx index c9daca9c5e0..f39ba2932ae 100644 --- a/src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources/index.mdx +++ b/src/pages/[platform]/build-a-backend/auth/use-existing-cognito-resources/index.mdx @@ -128,7 +128,7 @@ export const auth = referenceAuth({ -Referenced resources cannot be modified. IAM policies specific to your Amplify application will be appended to your authenticated and unauthenticated roles. +Referenced resources cannot be modified. IAM policies specific to your Amplify application will be appended to your authenticated and unauthenticated roles, and applications using the referenced resource will be able to create users in the Cognito user pool and identities in the Cognito identity pool.