diff --git a/deployment_manifest.json b/deployment_manifest.json index 84601f72..4e402e43 100644 --- a/deployment_manifest.json +++ b/deployment_manifest.json @@ -164,20 +164,18 @@ ] }, { - "Sid": "", - "Effect": "Allow", - "Action": [ + "actions": [ "ecr:GetDownloadUrlForLayer", "ecr:GetAuthorizationToken", "ecr:BatchGetImage" ], - "Resource": "*" + "resource": "*" }, { - "Sid": "", - "Effect": "Allow", - "Action": "ecr:*", - "Resource": "arn:aws:ecr:*:*:repository/sandbox/*" + "actions": [ + "ecr:*" + ], + "resource": "arn:aws:ecr:*:*:repository/sandbox/*" } ] }