Skip to content

Commit

Permalink
Fix policy arn
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashair committed Jun 15, 2020
1 parent cdb4d8f commit 85577cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverless-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"ManagedPolicyArns": [
"arn:aws:iam::925000763740:policy/service-role/CodeBuildCloudWatchLogsPolicy-hrpotter-project-us-east-1",
"arn:aws:iam::925000763740:policy/CreateCloudfrontInvalidationPolicy",
"AmazonS3FullAccess"
"arn:aws:iam::aws:policy/AmazonS3FullAccess"
],
"MaxSessionDuration": 3600
}
Expand Down

0 comments on commit 85577cf

Please sign in to comment.