From 12fa1cdc1c61194311a503ccad09c58bf6177e94 Mon Sep 17 00:00:00 2001 From: James Johnson Date: Fri, 4 Oct 2024 20:52:55 +0100 Subject: [PATCH] Correct getCallerIdentityOutput casing in adding-auth-to-our-serverless-app.md (#768) --- _chapters/adding-auth-to-our-serverless-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_chapters/adding-auth-to-our-serverless-app.md b/_chapters/adding-auth-to-our-serverless-app.md index d47170c53..81c4a1a1d 100644 --- a/_chapters/adding-auth-to-our-serverless-app.md +++ b/_chapters/adding-auth-to-our-serverless-app.md @@ -91,7 +91,7 @@ We are creating an IAM policy to allow our authenticated users to access our API "arn:aws:execute-api:", region, ":", - aws.getcalleridentityoutput({}).accountid, + aws.getCallerIdentityOutput({}).accountId, ":", api.nodes.api.id, "/*/*/*"