From 76a765574f38fbd9741d6d3b83b357a8320a01b2 Mon Sep 17 00:00:00 2001 From: Pablo Pagani <79593935+pablopagani@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:18:06 -0300 Subject: [PATCH] Changed AWSLambdaReadOnlyAccess to AWSLambda_ReadOnlyAccess t Changed AWSLambdaReadOnlyAccess to AWSLambda_ReadOnlyAccess to reflect correct name for the policy The policy name was changed on March 1st, please see here for more information: https://docs.aws.amazon.com/lambda/latest/dg/access-control-identity-based.html --- template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yml b/template.yml index 20acf9b..12be881 100644 --- a/template.yml +++ b/template.yml @@ -17,7 +17,7 @@ Resources: # Function's execution role Policies: - AWSLambdaBasicExecutionRole - - AWSLambdaReadOnlyAccess + - AWSLambda_ReadOnlyAccess - AWSXrayWriteOnlyAccess - AWSLambdaVPCAccessExecutionRole - AmazonS3FullAccess