We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e4dd9 commit 403a377Copy full SHA for 403a377
server/lib/bootstrap-template/static-site.ts
@@ -136,7 +136,7 @@ export class StaticSite extends Construct {
136
137
pipeline.addToRolePolicy(
138
new iam.PolicyStatement({
139
- actions: ['codebuild:StartBuild', "s3:*"],
+ actions: ['codebuild:StartBuild'],
140
resources: [buildProject.projectArn], // invalidateBuildProject.projectArn],
141
effect: iam.Effect.ALLOW
142
})
0 commit comments