Skip to content

Commit 403a377

Browse files
author
Hoseong-Seo
committed
Remove a useless policy
1 parent 12e4dd9 commit 403a377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/bootstrap-template/static-site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class StaticSite extends Construct {
136136

137137
pipeline.addToRolePolicy(
138138
new iam.PolicyStatement({
139-
actions: ['codebuild:StartBuild', "s3:*"],
139+
actions: ['codebuild:StartBuild'],
140140
resources: [buildProject.projectArn], // invalidateBuildProject.projectArn],
141141
effect: iam.Effect.ALLOW
142142
})

0 commit comments

Comments
 (0)