Skip to content

Commit

Permalink
DO-1554: fix some formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Oct 19, 2023
1 parent 560b055 commit fd0e7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prerender-fargate/lib/prerender-fargate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ export class PrerenderFargate extends Construct {
),
}
);

// Grant S3 Bucket access to the task role
this.bucket.grantReadWrite(fargateService.taskDefinition.taskRole);

// As the prerender service will return a 401 on all unauthorised requests
// It should be considered healthy when receiving a 401 response
fargateService.targetGroup.configureHealthCheck({
Expand Down

0 comments on commit fd0e7d5

Please sign in to comment.