Scott
Results
1
comments of
Scott
for me this was a permissions issue: ``` { "Version": "2012-10-17", "Statement": [ { "Sid": "AllowCloudFrontUpdateDistribution", "Effect": "Allow", "Action": [ "cloudfront:*" ], "Resource": [ "*" ] } ] } ```