File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed
Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "PolicyVersion": {
3- "CreateDate": "2025-03-17T21:37:06Z ",
4- "VersionId": "v2 ",
3+ "CreateDate": "2025-12-01T16:04:11Z ",
4+ "VersionId": "v3 ",
55 "Document": {
66 "Version": "2012-10-17",
77 "Statement": [
1414 "ec2:DescribeSecurityGroups",
1515 "ec2:DescribeSubnets",
1616 "ec2:DescribeVpcs",
17+ "kms:DescribeKey",
1718 "kms:ListAliases",
1819 "iam:GetPolicy",
1920 "iam:GetPolicyVersion",
5354 ],
5455 "Resource": "arn:aws:logs:*:*:log-group:/aws/lambda/*",
5556 "Effect": "Allow"
57+ },
58+ {
59+ "Action": "iam:CreateServiceLinkedRole",
60+ "Resource": "arn:aws:iam::*:role/aws-service-role/lambda.amazonaws.com/AWSServiceRoleForLambda",
61+ "Effect": "Allow",
62+ "Condition": {
63+ "StringEquals": {
64+ "iam:AWSServiceName": "lambda.amazonaws.com"
65+ }
66+ }
5667 }
5768 ]
5869 },
59- "IsDefaultVersion": false
70+ "IsDefaultVersion": true
6071 }
6172}
You can’t perform that action at this time.
0 commit comments