Condition in AWS resource policy not allowing lambda to access Secrets Manager Secret – Amazon Web Sevices
I have the following resource policy on a Secrets Manager secret { "Version" : "2012-10-17", "Statement" : [ { "Sid" : "rp1", "Effect" : "Allow", "Principal" : { "AWS" : ["*"] }, "Action" : [ "secretsmanager:UpdateSecret", "secretsmanager:GetSecretValue" ], "Resource" :…