AWS codecatalyst documentation change
Summary
Removed JSON examples of IAM policies for Lambda invoke permissions and role assumption
Security assessment
The change removes example IAM policies but does not explicitly address a security vulnerability or weakness. It appears to be documentation cleanup without direct security implications.
Diff
diff --git a/codecatalyst/latest/userguide/lam-invoke-action-ref.md b/codecatalyst/latest/userguide/lam-invoke-action-ref.md index e772eab35..6db6937ef 100644 --- a//codecatalyst/latest/userguide/lam-invoke-action-ref.md +++ b//codecatalyst/latest/userguide/lam-invoke-action-ref.md @@ -308,19 +307,0 @@ Limit the permissions to those shown in the following policy. Using a role with -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "VisualEditor0", - "Effect": "Allow", - "Action": "lambda:InvokeFunction", - "Resource": "arn:aws:lambda:us-east-1:aws-account:function:function-name" - } - ] - } - - @@ -329,24 +309,0 @@ JSON -JSON - - -**** - - - { - "Version": "2012-10-17", - "Statement": [ - { - "Sid": "", - "Effect": "Allow", - "Principal": { - "Service": [ - "-runner.amazonaws.com", - ".amazonaws.com" - ] - }, - "Action": "sts:AssumeRole" - } - ] - } - -