From a19cbcebb0b1c5a6356213b0e1b93e13ec64e657 Mon Sep 17 00:00:00 2001 From: jaspmf <34722072+jaspmf@users.noreply.github.com> Date: Wed, 12 Feb 2020 20:12:48 -0800 Subject: [PATCH] Update create-a-cognito-identity-pool.md are the additional /*/* not superfluous? Apologies if not, I notice in the screenshot they aren't there & other guides they also aren't there. Thx so much for this lovely resource <3 --- _chapters/create-a-cognito-identity-pool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_chapters/create-a-cognito-identity-pool.md b/_chapters/create-a-cognito-identity-pool.md index cd02cf748..a8e8133e1 100644 --- a/_chapters/create-a-cognito-identity-pool.md +++ b/_chapters/create-a-cognito-identity-pool.md @@ -80,7 +80,7 @@ In our case `YOUR_S3_UPLOADS_BUCKET_NAME` is `notes-app-uploads`, `YOUR_API_GATE "execute-api:Invoke" ], "Resource": [ - "arn:aws:execute-api:YOUR_API_GATEWAY_REGION:*:YOUR_API_GATEWAY_ID/*/*/*" + "arn:aws:execute-api:YOUR_API_GATEWAY_REGION:*:YOUR_API_GATEWAY_ID/*" ] } ]