diff --git a/packages/graphql-mesh-server/lib/pipeline.ts b/packages/graphql-mesh-server/lib/pipeline.ts index 0998ce4c..efb819cf 100644 --- a/packages/graphql-mesh-server/lib/pipeline.ts +++ b/packages/graphql-mesh-server/lib/pipeline.ts @@ -139,7 +139,9 @@ export class CodePipelineService extends Construct { new PolicyStatement({ actions: ["cloudfront:CreateInvalidation"], resources: [ - `arn:aws:cloudfront::${Stack.of(this).account}:distribution/${props.cloudFrontDistributionId}`, + `arn:aws:cloudfront::${Stack.of(this).account}:distribution/${ + props.cloudFrontDistributionId + }`, ], effect: Effect.ALLOW, })